2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-30 13:58:33 +00:00

Updated How to use OVH domain api (markdown)

somanos
2023-06-06 11:25:45 +02:00
parent a0626090e3
commit e09b11b95d

@@ -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
```