Correction concernant la création du certificat letsencrypt

master
dan 2021-02-01 00:42:37 +01:00
parent 7f8aa17caf
commit ae5c1ce6c8
1 changed files with 2 additions and 2 deletions

View File

@ -285,11 +285,11 @@ Puis on fait le petit `chmod 600 /root/.ovh.ini` kivabien.
Génération à blanc *dry-run* du certificat.
```bash
certbot certonly --dns-ovh --dns-ovh-credentials ~/.ovh.ini -d *.krhacken.org --dry-run
certbot certonly --dns-ovh --dns-ovh-credentials ~/.ovh.ini --cert-name krhacken.org -d "*.krhacken.org, krhacken.org" --dry-run
```
Si tout s'est bien passé :
```bash
certbot certonly --dns-ovh --dns-ovh-credentials ~/.ovh.ini -d *.krhacken.org
certbot certonly --dns-ovh --dns-ovh-credentials ~/.ovh.ini --cert-name krhacken.org -d "*.krhacken.org, krhacken.org"
```
#### Mise en place des certificats pour HAProxy