Gentleman,
I need your assistance.
A client needs to install an EV SSL certificate, however this requires a 2048 key, and DA is only generating 1024 keys.
Can I do this through DA, or is there someway to generate the CSR manually and have the SSL still work when they paste it into DA??
I know I can manually generate the private key and CSR with the following:
Generate Private Key:
openssl genrsa –out secure.CUSTOMERDOMAIN.com.key 2048
Generate CSR:
openssl req –new –key secure.CUSTOMERDOMAIN.com.key –out www.CUSTOMERDOMAIN.com.csr
However, I'm lost after that. Where do I put these files, as well as the cert that the customer gets back from the registrar?
I assume: /usr/local/directadmin/data/users/username/domains
sorry for all the questions, I just don't want the customer to waste their cert do to an error on my part.
Thank you for your help.
PS:
Server is running Debian 32bit w/ Apache 2
I need your assistance.
A client needs to install an EV SSL certificate, however this requires a 2048 key, and DA is only generating 1024 keys.
Can I do this through DA, or is there someway to generate the CSR manually and have the SSL still work when they paste it into DA??
I know I can manually generate the private key and CSR with the following:
Generate Private Key:
openssl genrsa –out secure.CUSTOMERDOMAIN.com.key 2048
Generate CSR:
openssl req –new –key secure.CUSTOMERDOMAIN.com.key –out www.CUSTOMERDOMAIN.com.csr
However, I'm lost after that. Where do I put these files, as well as the cert that the customer gets back from the registrar?
I assume: /usr/local/directadmin/data/users/username/domains
sorry for all the questions, I just don't want the customer to waste their cert do to an error on my part.
Thank you for your help.
PS:
Server is running Debian 32bit w/ Apache 2
Last edited: