CACert » Historique » Version 1
Version 1/23
-
Suivant » -
Version actuelle
Raphaël Durand, 06/08/2013 16:59
CACert¶
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