Projet

Général

Profil

CACert » Historique » Version 2

« Précédent - Version 2/23 (diff) - Suivant » - Version actuelle
Laurent GUERBY, 28/08/2013 17:43


CACert

Verificateurs

https://www.ssllabs.com/ssltest/index.html

openssl

openssl req -new –nodes -keyout server.key -out server.csr -config /etc/ssl/req.conf

/etc/ssl/cacert.conf
[ req ]
default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
req_extensions = req_ext # The extentions to add to the self signed cert

[ req_distinguished_name ]
commonName = Common Name (eg, YOUR name)
commonName_max = 64

[ req_ext ]
subjectAltName = @alt_names

[alt_names]
DNS.1 = mail.exemple.com
DNS.2 = www.exemple.com