Creer un certificat x509
May 31, 20161 min read
La manière la plus simple pour créer un certificat x509 :
openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout test.pem -out test.pem
ou
openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout test.key -out test.cert