correction cmd wildcard get certificate
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Grégory Lebreton 2025-06-19 18:41:07 +02:00
parent d0186db2a7
commit f06934dd22

View File

@ -25,7 +25,7 @@ sudo certbot certonly \
--authenticator dns-gandi \
--dns-gandi-credentials /etc/letsencrypt/gandi/api_key_gandi.ini \
--server https://acme-v02.api.letsencrypt.org/directory \
-d $domain -d *.$domain"
-d $domain -d *.$domain
```
> Remplacer `$domain` par le domaine concerné