Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
23b4c9c6
Commit
23b4c9c6
authored
Feb 21, 2019
by
dsc
Browse files
add docs for one.com
parent
472ed721
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
23b4c9c6
...
...
@@ -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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment