Updated How to use OVH domain api (markdown)

somanos 2023-06-06 11:25:45 +02:00
parent a0626090e3
commit e09b11b95d
1 changed files with 3 additions and 0 deletions

@ -12,6 +12,9 @@ export OVH_AK="your application key"
# application secret
export OVH_AS="your application secret"
# consumer key
export OVH_CK="your consumer key"
acme.sh --issue -d mydomain.com --dns dns_ovh --server letsencrypt
```