Add option --server letsencrypt to the command line
parent
7b7c5b3fb5
commit
409aa229c5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue