|
After SSL-certificates ordering you should generate CSR-file (Certificate Signing Request) on your webserver (where the SSL-certificates will be installed). You can create a CSR (Certificate Signing Request) using the software openssl on the command line: Generate Private Key: openssl genrsa -out ssl_subdomain_com.key 1024 Check CSR Entries: openssl req -noout -text -in ssl_subdomain_com.csr - Create CSR:
openssl req -new -key ssl_subdomain_com.key -out ssl_subdomain_com.csr
After that CSR-file should be sent to our menegers by e-mail. SSL-certificates registration process takes a couple of hours since we get your payment and CSR-file. Order now 
|