ssl certification application steps

SSL Certificate Request File (CSR) Generation Guide - Apache SSL 

http://www.willrey.com/support/csr_apache.html 

Generate your private key file when generating the CSR file, if you lost or forgot your private key key password, the certificate cannot be installed successfully! You have to regenerate the private key and CSR file, reissue a new certificate for free. In order to avoid this, please back up the private key file and remember the private key password after generating the CSR. It is best not to restore or reinstall the server before receiving the certificate. 

Click the following link to download and install the Openssl tool. The download address is: win32openssl-0_9_8.exe 

"openssl" is used to generate the private key and CSR. OpenSSL is generally installed under /user/bin. If your system is installed in another directory, please specify correct directory path. 

openssl req -new -nodes -newkey rsa:2048 -keyout domain.key -out domain.csr The 

above command will generate domain.key (private key file) and domain.csr (CSR, certificate signing request file) in the current directory Two files, the user can specify the generated file name and the path where it is located, and then prompt the user to continue to enter the details of the certificate application: 

 

Starting from the Email address, the following information is not required, please leave it blank and press Enter. Please refer to the following table for the information to be entered:  Example  of
field 
description  Country Name  ISO country code (two characters)  CN  State or Province Name  Province  Guangdong  Locality Name  City  Shenzhen  Organization Name  Company Name  Shenzhen Willrey eCommerce Limited  Organizational Unit Name  Department Name  IT Dept.  Common Name  The domain name of the certificate application  www.willrey.com  Email Address  No need to enter  a challenge password  No need to enter the  private key file (domain.key) and certificate signing request file (domain.csr) After the files are generated, the user needs to keep them properly . Submit CSR, apply for certificate  Submit certificate application form and related materials, and submit certificate request document (CSR) to Verui customer service. After we confirm that the information is complete, the certificate will be issued within three working days.




























Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326839810&siteId=291194637