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
a63dc75b
Commit
a63dc75b
authored
Oct 15, 2018
by
Ne-Lexa
Browse files
Added documentation on using dns api internet.bs
parent
fdb9d93b
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
a63dc75b
...
...
@@ -1014,6 +1014,22 @@ Now you can issue a certificate.
acme.sh
--issue
--dns
dns_namecheap
-d
example.com
-d
*
.example.com
```
## 54. Use Internet.bs
First you need to create/obtain API credentials on your Internet.bs (https://internetbs.net) account. Go to the "Get my API Key" section in the "My Domains" section.
```
export INTERNETBS_API_KEY="..."
export INTERNETBS_API_PASSWORD="..."
```
Ok, let's issue a cert now:
```
acme.sh --issue --dns dns_internetbs -d example.com -d www.example.com
```
The
`INTERNETBS_API_KEY`
and
`INTERNETBS_API_PASSWORD`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
# Use custom API
If your API is not supported yet, you can write your own DNS API.
...
...
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