Changes

Jump to navigation Jump to search
9 bytes added ,  14:37, 28 March 2018
Line 539: Line 539:  
# Run the following OpenSSL command to generate a self-signed certificate using the CSR and your local key:
 
# Run the following OpenSSL command to generate a self-signed certificate using the CSR and your local key:
 
   
 
   
openssl x509 -req -days 365 -in hostname.example.com.csr -signkey hostname.example.com.key -out hostname.example.com.crt -extensions v3_req -extfile v3.cnf
+
openssl x509 -req -days 365 -in hostname.example.com.csr -signkey hostname.example.com.key -out hostname.example.com.crt -extensions v3_req -extfile v3.cnf</nowiki>
    
= ssl_certificate_gen.sh =
 
= ssl_certificate_gen.sh =

Navigation menu