Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
infrastructure:securite:ssl:ca-creation [11/04/2021 13:58] – Stéphane Paillet | infrastructure:securite:ssl:ca-creation [11/04/2021 14:54] (Version actuelle) – Stéphane Paillet | ||
---|---|---|---|
Ligne 427: | Ligne 427: | ||
< | < | ||
Enter pass phrase for private/ | Enter pass phrase for private/ | ||
- | < | + | </code> |
Répondez ensuite aux questions, ou laissez le choix par défaut (information entre crochets) | Répondez ensuite aux questions, ou laissez le choix par défaut (information entre crochets) | ||
Ligne 443: | Ligne 443: | ||
Organization Name (eg, company) [Grohub Certificate Authority]: | Organization Name (eg, company) [Grohub Certificate Authority]: | ||
Organizational Unit Name (eg, section) [Security Team]: | Organizational Unit Name (eg, section) [Security Team]: | ||
- | Common Name (e.g. server FQDN or YOUR name) []: | + | Common Name (e.g. server FQDN or YOUR name) []: |
Email Address [sec@grohub.org]: | Email Address [sec@grohub.org]: | ||
</ | </ | ||
Ligne 491: | Ligne 491: | ||
< | < | ||
cd /etc/ssl/CA | cd /etc/ssl/CA | ||
- | # openssl genrsa -aes256 -out intermediate/ | + | # openssl genrsa -aes256 -out intermediate/ |
</ | </ | ||
Nous saisissons une passphrase | Nous saisissons une passphrase | ||
< | < | ||
- | Enter pass phrase for intermediate/ | + | Enter pass phrase for intermediate/ |
- | Verifying - Enter pass phrase for intermediate/ | + | Verifying - Enter pass phrase for intermediate/ |
</ | </ | ||
Nous sécurisons la clé | Nous sécurisons la clé | ||
< | < | ||
- | chmod 400 intermediate/ | + | chmod 400 intermediate/ |
</ | </ | ||
Ligne 509: | Ligne 509: | ||
< | < | ||
# cd /etc/ssl/CA | # cd /etc/ssl/CA | ||
- | # openssl req -config intermediate/ | + | # openssl req -config intermediate/ |
</ | </ | ||