ssl-certs

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
ssl-certs [2014/04/26 17:02] – [Postfix/dovecot] brotssl-certs [2015/01/16 15:11] brot
Line 105: Line 105:
  
 ===== Erstellen der CA und der Zertifikate ===== ===== Erstellen der CA und der Zertifikate =====
 +
 +
 +==== Neu: StartSSL Zertifikate ====
 +
 +<file bash ->
 +
 +minad minad_startssl_signed_v1 # openssl genrsa -out echorulez.key 4096
 +Generating RSA private key, 4096 bit long modulus
 +minad minad_startssl_signed_v1 # openssl req -new -sha256 -key echorulez.key -out echorulez.csr
 +You are about to be asked to enter information that will be incorporated
 +into your certificate request.
 +What you are about to enter is what is called a Distinguished Name or a DN.
 +There are quite a few fields but you can leave some blank
 +For some fields there will be a default value,
 +If you enter '.', the field will be left blank.
 +-----
 +Country Name (2 letter code) [DE]:
 +State or Province Name (full name) [Bavaria]:
 +Locality Name (eg, city) []:
 +Organization Name (eg, company) []:
 +Organizational Unit Name (eg, section) []:
 +first Common Name (eg, YOUR name) [echorulez.de]:
 +Email Address [root@echorulez.de]:
 +
 +Please enter the following 'extra' attributes
 +to be sent with your certificate request
 +A challenge password []:
 +An optional company name []:
 +
 +*einreichen des csr bei startssl*
 +
 +minad minad_startssl_signed_v1 # cat echorulez.key echorulez.crt > echorulez.pem
 +minad minad_startssl_signed_v1 # cat sub.class2.server.ca.pem ca.pem > ca-chain.pem
 +</file>
  
 ==== Einstellungen der openssl.cnf ==== ==== Einstellungen der openssl.cnf ====
  • ssl-certs.txt
  • Last modified: 2016/10/28 13:12
  • by rellig