SSL Certificate Request¶
1. Create request key¶
- 1.1 General private key, and create request (CSR) key
mkdir ~/ssl_key && cd ~/ssl_key
openssl genrsa -out ~/ssl_key/tls.key 2048
openssl req -new -key ~/ssl_key/tls.key -out ~/ssl_key/tls.csr
Example -> Domain Name(FQDN): wzs-pvecenter.wistron.com
2. SSL cert request¶
- 2.1 Open wistron ADCA WebSite, and click
Request a certificate
- 2.2 Click
Submit a certificate request by using a base-64-encoded CMC or PKCS #10 file, or submit a renewal request by using a base-64-encoded PKCS #7 file.
- 2.3 View and copy server
.csrfile content
- 2.4 Paste server
.csrcontent toSaved Request, selectCertificate TemplatewithWistron Client and Server Authentication, then inputAdditional Attributeswithsan:dns=wzs-pvecenter.wistron.com, then clickSubmit >
wzs-pvecenter.wistron.com-> please change to the actual name
- 2.5 Download certificate, save to certificate name with
domain name(FQDN)
3. Download CA cert¶
- 3.1 Open wistron ADCA WebSite, and click
Download a CA certificate, certificate chain, or CRL
- 3.2 Select
Base 64and clickDownload CA certificate
Save to CA certificate name with
cacerts
4. Upload certificate¶
- 4.1 Upload
SSLandWistron CAcertificate to server folder~/ssl_key/








