Certbot : Différence entre versions
(Page créée avec « Installation de certbot sur le serveur : apt update apt install snapd snap install core snap install --classic certbot ln -s /snap/bin/certbot /usr/bin/certbot ») |
|||
| Ligne 6 : | Ligne 6 : | ||
snap install --classic certbot | snap install --classic certbot | ||
ln -s /snap/bin/certbot /usr/bin/certbot | ln -s /snap/bin/certbot /usr/bin/certbot | ||
| + | |||
| + | |||
| + | Préparation du compte sur Sectigo : | ||
| + | |||
| + | Enrollment -> ACME | ||
| + | |||
| + | * Selectionner https://acme.sectigo.com/v2/OV | ||
| + | * Cliquer sur Account | ||
| + | * Cliquer sur le + | ||
| + | * Donner un nom | ||
| + | * Choisir le domaine (ex dr13.cnrs.fr) | ||
| + | |||
| + | Il faut noter les keyId et HMAC ! | ||
Version du 21 mars 2023 à 09:02
Installation de certbot sur le serveur :
apt update apt install snapd snap install core snap install --classic certbot ln -s /snap/bin/certbot /usr/bin/certbot
Préparation du compte sur Sectigo :
Enrollment -> ACME * Selectionner https://acme.sectigo.com/v2/OV * Cliquer sur Account * Cliquer sur le + * Donner un nom * Choisir le domaine (ex dr13.cnrs.fr)
Il faut noter les keyId et HMAC !