mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-01-13 16:10:09 +08:00
Add option --server letsencrypt to the command line
parent
7b7c5b3fb5
commit
409aa229c5
@ -12,7 +12,8 @@ export OVH_AK="your application key"
|
||||
# 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.)
|
||||
@ -46,7 +47,8 @@ Click "Authorize Access"
|
||||
## 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.
|
||||
@ -69,7 +71,8 @@ export OVH_AK="your application key"
|
||||
|
||||
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"
|
||||
|
||||
# Generate your certificate
|
||||
acme.sh --issue -d mydomain.com --dns dns_ovh
|
||||
acme.sh --issue -d mydomain.com --dns dns_ovh --server letsencrypt
|
||||
|
||||
```
|
||||
|
||||
# Security
|
||||
|
Loading…
Reference in New Issue
Block a user