Add option --server letsencrypt to the command line

Antonio Ettorre 2021-08-13 12:23:21 +02:00
parent 7b7c5b3fb5
commit 409aa229c5
1 changed files with 8 additions and 4 deletions

@ -12,7 +12,8 @@ export OVH_AK="your application key"
# application secret # application secret
export OVH_AS="your application secret" export OVH_AS="your application secret"
acme.sh --issue -d mydomain.com --dns dns_ovh acme.sh --issue -d mydomain.com --dns dns_ovh --server letsencrypt
``` ```
If you are first time using OVH api, you are required to authenticate the api. (This only happens the first time.) If you are first time using OVH api, you are required to authenticate the api. (This only happens the first time.)
@ -46,7 +47,8 @@ Click "Authorize Access"
## 4. Then go back to try again. ## 4. Then go back to try again.
``` ```
acme.sh --issue -d mydomain.com --dns dns_ovh acme.sh --issue -d mydomain.com --dns dns_ovh --server letsencrypt
``` ```
Done. Done.
@ -69,7 +71,8 @@ export OVH_AK="your application key"
export OVH_AS="your application secret" export OVH_AS="your application secret"
acme.sh --issue -d mydomain.com --dns dns_ovh acme.sh --issue -d mydomain.com --dns dns_ovh --server letsencrypt
``` ```
@ -108,7 +111,8 @@ export OVH_AS="your application secret"
export OVH_CK="your consumer key" export OVH_CK="your consumer key"
# Generate your certificate # Generate your certificate
acme.sh --issue -d mydomain.com --dns dns_ovh acme.sh --issue -d mydomain.com --dns dns_ovh --server letsencrypt
``` ```
# Security # Security