User Tools

Site Tools


wiki:creating_ca_and_signing_server_and_client_certs_with_openssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
wiki:creating_ca_and_signing_server_and_client_certs_with_openssl [2022/10/24 15:58] – add Create CA private key without passphrase antisawiki:creating_ca_and_signing_server_and_client_certs_with_openssl [2022/10/24 16:46] – add commands to generate server and client key without passwords antisa
Line 36: Line 36:
  
 ===== Create a SSL Server certificate ===== ===== Create a SSL Server certificate =====
-==== Create private key for the server ====+ 
 +==== Create private key for the server without passphrase ==== 
 +  openssl genrsa -out private/server.key 2048 
 + 
 +==== Create private key for the server with passphrase ====
   openssl genrsa -des3 -passout pass:qwerty -out private/server.key 2048   openssl genrsa -des3 -passout pass:qwerty -out private/server.key 2048
  
Line 51: Line 55:
  
 ===== Create a SSL Client certificate ===== ===== Create a SSL Client certificate =====
 +
 +==== Create private key for the client without passphrase ====
 +  openssl genrsa -out private/client.key 2048
 +
 ==== Create private key for a client ==== ==== Create private key for a client ====
  
wiki/creating_ca_and_signing_server_and_client_certs_with_openssl.txt · Last modified: 2024/04/09 14:08 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki