This commit is contained in:
Gregory Colpart 2016-10-05 17:08:16 +02:00
parent 4dc90671d1
commit 61f261bfb9

View file

@ -165,6 +165,7 @@ Il faut alors générer une clé privée et un certificat auto-signé ou délivr
Voir <http://trac.evolix.net/infogerance/wiki/HowtoSSL>
Exemple pour générer un certificat auto-signé :
~~~
# openssl req -newkey rsa:2048 -sha256 -nodes -keyout private.key -out demande.csr
# openssl x509 -req -days 3650 -sha256 -in demande.csr -signkey private.key -out certificate.crt