A CSR request is required for generating a new SSL certificate. In general, it's easier to do this after doing an initial installation of VSys Live, since that first installation will include OpenSSL.
Prerequisites
If the information above has errors in it, Apache may have issues with the resulting cert, or the certificate may get flagged as being fraudulent from your certificate provider. If you have questions on the information, please contact a member of your IT/IS/Network Security team and they should be able to provide you with the correct information.
Process
Administrator
".Apache\bin
directory (usually c:\VSysLive\Apache\bin
).volunteers.yourwebsite.org
with your VSys Live site nameopenssl req -new -newkey rsa:2048 -nodes -keyout volunteers.yourwebsite.org.key -out volunteers.yourwebsite.org.csr -config "C:\VSysLive\Apache\conf\openssl.cnf"
The generated files will be created the Apache\bin
directory. Keep the .key
on the server and submit the .csr
to your certificate provider.