Updated dnsapi2 (markdown)
parent
54437a57a5
commit
1c3ec90319
|
@ -2082,7 +2082,7 @@ Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issu
|
||||||
## 162. Use West.cn API
|
## 162. Use West.cn API
|
||||||
|
|
||||||
Please visit https://www.west.cn/manager/API/APIconfig.asp to obtain the Plaint API key.
|
Please visit https://www.west.cn/manager/API/APIconfig.asp to obtain the Plaint API key.
|
||||||
<Your Encryption APIKey> = md5(<Your Plaint APIKey>)
|
`<Your Encryption APIKey> = md5(<Your Plaint APIKey>)`
|
||||||
```sh
|
```sh
|
||||||
export WEST_Username="<Your Username>"
|
export WEST_Username="<Your Username>"
|
||||||
export WEST_Key="<Your Encryption APIKey>"
|
export WEST_Key="<Your Encryption APIKey>"
|
||||||
|
|
Loading…
Reference in New Issue