Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
bb4d3787
Commit
bb4d3787
authored
Jul 02, 2017
by
neil
Committed by
GitHub
Jul 02, 2017
Browse files
Merge pull request #921 from raidenii/master
Fix README.md for DNS API.
parents
c8f5646d
333090a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
bb4d3787
...
@@ -524,16 +524,16 @@ For issues, please report to https://github.com/raidenii/acme.sh/issues.
...
@@ -524,16 +524,16 @@ For issues, please report to https://github.com/raidenii/acme.sh/issues.
## 28. Use Name.com API
## 28. Use Name.com API
```
You'll need to fill out the form at https://www.name.com/reseller/apply to apply
You'll need to fill out the form at https://www.name.com/reseller/apply to apply
for API username and token.
for API username and token.
```
```
export Namecom_Username="testuser"
export Namecom_Username="testuser"
export Namecom_Token="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export Namecom_Token="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
```
```
And now you can issue certs with:
And now you can issue certs with:
```
```
acme.sh --issue --dns dns_namecom -d example.com -d www.example.com
acme.sh --issue --dns dns_namecom -d example.com -d www.example.com
```
```
...
...
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