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
3d6a125b
Commit
3d6a125b
authored
Feb 19, 2017
by
Stefan Seidel
Browse files
add documentation
parent
9efd40a3
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
3d6a125b
...
@@ -293,6 +293,7 @@ You don't have to do anything manually!
...
@@ -293,6 +293,7 @@ You don't have to do anything manually!
1.
Linode.com API
1.
Linode.com API
1.
FreeDNS (https://freedns.afraid.org/)
1.
FreeDNS (https://freedns.afraid.org/)
1.
cyon.ch
1.
cyon.ch
1.
Domain-Offensive/Resellerinterface/Domainrobot API
**More APIs coming soon...**
**More APIs coming soon...**
...
...
dnsapi/README.md
View file @
3d6a125b
...
@@ -240,6 +240,7 @@ acme.sh --issue --dns dns_ispconfig -d example.com -d www.example.com
...
@@ -240,6 +240,7 @@ acme.sh --issue --dns dns_ispconfig -d example.com -d www.example.com
The
`ISPC_User`
,
`ISPC_Password`
,
`ISPC_Api`
and
`ISPC_Api_Insecure`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
The
`ISPC_User`
,
`ISPC_Password`
,
`ISPC_Api`
and
`ISPC_Api_Insecure`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
<<<<<<< HEAD
## 13. Use Alwaysdata domain API
## 13. Use Alwaysdata domain API
First you need to login to your Alwaysdata account to get your API Key.
First you need to login to your Alwaysdata account to get your API Key.
...
@@ -323,6 +324,19 @@ acme.sh --issue --dns dns_cyon -d example.com -d www.example.com
...
@@ -323,6 +324,19 @@ acme.sh --issue --dns dns_cyon -d example.com -d www.example.com
The
`CY_Username`
,
`CY_Password`
and
`CY_OTP_Secret`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
The
`CY_Username`
,
`CY_Password`
and
`CY_OTP_Secret`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
## 17. Use Domain-Offensive/Resellerinterface/Domainrobot API
You will need your login credentials (Partner ID+Password) to the Resellerinterface, and export them before you run
`acme.sh`
:
```
export DO_PID="KD-1234567"
export DO_PW="cdfkjl3n2"
```
Ok, let's issue a cert now:
```
acme.sh --issue --dns dns_do -d example.com -d www.example.com
```
# Use custom API
# Use custom API
If your API is not supported yet, you can write your own DNS 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