mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-09 09:12:44 +00:00
Update README.md
This commit is contained in:
parent
d3bac8c949
commit
9c6945ba4b
@ -601,6 +601,20 @@ The `HE_Username` and `HE_Password` settings will be saved in `~/.acme.sh/accoun
|
||||
|
||||
Please report any issues to https://github.com/angel333/acme.sh or to <me@ondrejsimek.com>.
|
||||
|
||||
##32. Use DNSEver (https://www.dnsever.com/)
|
||||
|
||||
You will need your login credentials (ID+PW) to the DNSEver, and export them before you run acme.sh:
|
||||
```
|
||||
export DNSEVER_ID="KD-1234567"
|
||||
export DNSEVER_PW="cdfkjl3n2"
|
||||
```
|
||||
|
||||
Ok, let's issue a cert now:
|
||||
```
|
||||
acme.sh --issue --dns dns_dnsever -d example.com -d www.example.com
|
||||
```
|
||||
The DNSEVER_ID and DNSEVER_PW will be saved in ~/.acme.sh/account.conf and will be reused when needed.
|
||||
|
||||
# Use custom API
|
||||
|
||||
If your API is not supported yet, you can write your own DNS API.
|
||||
|
Loading…
x
Reference in New Issue
Block a user