mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-08 22:12:44 +00:00
More descriptive readme.
This commit is contained in:
parent
1c3953f9c7
commit
f13a697445
@ -507,10 +507,10 @@ acme.sh --issue --dns dns_nsone -d example.com -d www.example.com
|
|||||||
|
|
||||||
## 27. Use DreamHost DNS API
|
## 27. Use DreamHost DNS API
|
||||||
|
|
||||||
Create an DNS API key at https://panel.dreamhost.com/?tree=home.api
|
DNS API keys may be created at https://panel.dreamhost.com/?tree=home.api
|
||||||
|
|
||||||
```
|
```
|
||||||
export DH_API_Key="fdmlfsdklmfdkmqsdfk"
|
export DH_API_Key="<api key>"
|
||||||
```
|
```
|
||||||
|
|
||||||
Ok, let's issue a cert now:
|
Ok, let's issue a cert now:
|
||||||
@ -518,6 +518,9 @@ Ok, let's issue a cert now:
|
|||||||
acme.sh --issue --dns dns_dreamhost -d example.com -d www.example.com
|
acme.sh --issue --dns dns_dreamhost -d example.com -d www.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The 'DH_API_KEY' will be saved in `~/.acme.sh/account.conf` and will
|
||||||
|
be reused when needed.
|
||||||
|
|
||||||
# Use custom API
|
# Use custom API
|
||||||
|
|
||||||
If your API is not supported yet, you can write your own DNS API.
|
If your API is not supported yet, you can write your own DNS API.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user