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
cd3ef8fa
Commit
cd3ef8fa
authored
Jan 08, 2019
by
Mike Barnes
Browse files
Correct edits to README.md this time
parent
72ce3770
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
cd3ef8fa
# How to use DNS API
# How to use DNS API
If your dns provider doesn't provide api access, you can use our dns alias mode:
If your dns provider doesn't provide api access, you can use our dns alias mode:
https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode
https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode
## 1. Use CloudFlare domain API to automatically issue cert
## 1. Use CloudFlare domain API to automatically issue cert
First you need to login to your CloudFlare account to get your
[
API key
](
https://dash.cloudflare.com/profile
)
.
First you need to login to your CloudFlare account to get your
[
API key
](
https://dash.cloudflare.com/profile
)
.
```
```
export CF_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
export CF_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
...
@@ -891,7 +891,7 @@ acme.sh --issue --dns dns_loopia -d example.com -d *.example.com
...
@@ -891,7 +891,7 @@ acme.sh --issue --dns dns_loopia -d example.com -d *.example.com
The username and password will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
The username and password will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
## 45. Use ACME DNS API
## 45. Use ACME DNS API
ACME DNS is a limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely.
ACME DNS is a limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely.
https://github.com/joohoi/acme-dns
https://github.com/joohoi/acme-dns
```
```
...
@@ -1056,7 +1056,6 @@ Now you can issue a certificate.
...
@@ -1056,7 +1056,6 @@ Now you can issue a certificate.
acme.sh
--issue
--dns
dns_namecheap
-d
example.com
-d
*
.example.com
acme.sh
--issue
--dns
dns_namecheap
-d
example.com
-d
*
.example.com
```
```
<<<<<<< HEAD
## 54. Use MyDNS.JP API
## 54. Use MyDNS.JP API
First, register to MyDNS.JP and get MasterID and Password.
First, register to MyDNS.JP and get MasterID and Password.
...
...
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