Outils pour utilisateurs

Outils du site


linux:installation:openssl

Ceci est une ancienne révision du document !


Table des matières

agi openssl ssl-cert

Puis on suit ce tuto : https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-apache-in-debian-9

Synthèses des commandes

We can create a self-signed key and certificate pair with OpenSSL in a single command :

sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout  /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt
linux/installation/openssl.1662215976.txt.gz · Dernière modification : 2022/09/03 14:39 de tutospisto