Correction concernant la création du certificat letsencrypt
parent
7f8aa17caf
commit
ae5c1ce6c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue