add docs for one.com

This commit is contained in:
dsc 2019-02-21 08:43:09 +01:00
parent 472ed721a3
commit 23b4c9c667
1 changed files with 16 additions and 0 deletions

View File

@ -1280,3 +1280,19 @@ See: https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide
# Use lexicon DNS API
https://github.com/Neilpang/acme.sh/wiki/How-to-use-lexicon-dns-api
## 66. Use one.com domain API to automatically issue cert
Use your one.com credentials as you would login into the control panel.
```
export ONECOM_USER="sdfsdfsdfljlbjkljlkjsdfoiwje"
export ONECOM_PASSWORD="xxxx@sss.com"
```
Ok, let's issue a cert now:
```
acme.sh --issue --dns dns_one -d example.com -d www.example.com
```
The `ONECOM_USER` and `ONECOM_PASSWORD` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.