-
Member
-
Member
-
MemberReply posted on: 15-08-2015 at 21:04
Hi Wesley
The command you quoted generates a csr and key file
But how do I generate the certificate ?
I did try
openssl x509 -req -days 365 -in cert.csr -signkey cert.key -out cert.crt
But this results in a self signed certificate ! It wanted to be able to use the wild card certificate I purchased from version
I had assumed that the wild card in in the enabled you to do this sort of thing.Was this reply useful to you?
-
Versio staffReply posted on: 28-10-2015 at 19:57
After you have created the CSR you can purchase the SSL certificate. During the order you will have to fill the CSR code. After the order your Domain will be validated and the SSL certificate will be delivered to your mailbox.
Was this reply useful to you?
Hi Dave,
1) You can create a CSR with the following command on the commandline from your server "openssl req -nodes -newkey rsa:2048 -keyout wildc_foobar_co_uk.key -out wildc_foobar_co_uk.csr"
You need the CSR to issue a new certificate.
2) You don't need to setup a own certificate authority.
Was this reply useful to you?