mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 09:54:44 +00:00
Small fixes
This commit is contained in:
parent
c78a254621
commit
87b40a3910
@ -110,7 +110,7 @@ Ok, let's issue cert now:
|
|||||||
acme.sh --issue --dns dns_pdns -d aa.com -d www.aa.com
|
acme.sh --issue --dns dns_pdns -d aa.com -d www.aa.com
|
||||||
```
|
```
|
||||||
|
|
||||||
The `PDNS_Url`, `PDNS_ServerId`, `PDNS_Token` and `PDNS_Ttl` will be saved in `~/.acme.sh/account.conf`, when next time you use yandex domain api, it will reuse this key.
|
The `PDNS_Url`, `PDNS_ServerId`, `PDNS_Token` and `PDNS_Ttl` will be saved in `~/.acme.sh/account.conf`.
|
||||||
|
|
||||||
## Use OVH/kimsufi/soyoustart/runabove API
|
## Use OVH/kimsufi/soyoustart/runabove API
|
||||||
|
|
||||||
@ -132,8 +132,6 @@ acme.sh --issue --dns dns_myapi -d aa.com -d www.aa.com
|
|||||||
|
|
||||||
For more details, please check our sample script: [dns_myapi.sh](dns_myapi.sh)
|
For more details, please check our sample script: [dns_myapi.sh](dns_myapi.sh)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Use lexicon dns api
|
# Use lexicon dns api
|
||||||
|
|
||||||
https://github.com/Neilpang/acme.sh/wiki/How-to-use-lexicon-dns-api
|
https://github.com/Neilpang/acme.sh/wiki/How-to-use-lexicon-dns-api
|
||||||
|
@ -40,7 +40,6 @@ dns_pdns_add() {
|
|||||||
_saveaccountconf PDNS_Url "$PDNS_Url"
|
_saveaccountconf PDNS_Url "$PDNS_Url"
|
||||||
_saveaccountconf PDNS_ServerId "$PDNS_ServerId"
|
_saveaccountconf PDNS_ServerId "$PDNS_ServerId"
|
||||||
_saveaccountconf PDNS_Token "$PDNS_Token"
|
_saveaccountconf PDNS_Token "$PDNS_Token"
|
||||||
_saveaccountconf PDNS_Ttl "$PDNS_Ttl"
|
|
||||||
|
|
||||||
_debug "First detect the root zone"
|
_debug "First detect the root zone"
|
||||||
if ! _get_root $fulldomain ; then
|
if ! _get_root $fulldomain ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user