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
47a25cc3
Commit
47a25cc3
authored
May 08, 2017
by
nytral
Browse files
Merge github.com:justmwa/acme.sh
Conflicts: dnsapi/README.md dnsapi/dns_nsone.sh
parents
5e3a5f62
9201e0a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
47a25cc3
...
@@ -324,6 +324,7 @@ You don't have to do anything manually!
...
@@ -324,6 +324,7 @@ You don't have to do anything manually!
1.
Domain-Offensive/Resellerinterface/Domainrobot API
1.
Domain-Offensive/Resellerinterface/Domainrobot API
1.
Gandi LiveDNS API
1.
Gandi LiveDNS API
1.
Knot DNS API
1.
Knot DNS API
1.
NS1.com API
1.
DigitalOcean API (native)
1.
DigitalOcean API (native)
1.
ClouDNS.net API
1.
ClouDNS.net API
1.
Infoblox NIOS API (https://www.infoblox.com/)
1.
Infoblox NIOS API (https://www.infoblox.com/)
...
...
dnsapi/README.md
View file @
47a25cc3
...
@@ -494,7 +494,8 @@ be reused when needed.
...
@@ -494,7 +494,8 @@ be reused when needed.
If you have any issues with this integration please report them to
If you have any issues with this integration please report them to
https://github.com/pho3nixf1re/acme.sh/issues.
https://github.com/pho3nixf1re/acme.sh/issues.
## 26. Use NS1.com API
<<<<<<< HEAD
## 28. Use NS1.com API
```
```
export NS1_Key="fdmlfsdklmfdkmqsdfk"
export NS1_Key="fdmlfsdklmfdkmqsdfk"
...
@@ -504,6 +505,8 @@ Ok, let's issue a cert now:
...
@@ -504,6 +505,8 @@ Ok, let's issue a cert now:
```
```
acme.sh --issue --dns dns_nsone -d example.com -d www.example.com
acme.sh --issue --dns dns_nsone -d example.com -d www.example.com
```
```
=======
>>>>>>> 9201e0a5b905812da1157efa075dd1ab52362c09
# Use custom API
# Use custom API
...
...
dnsapi/dns_nsone.sh
View file @
47a25cc3
#!/bin/bash
<<<<<<
< HEAD
#!/usr/bin/env sh
>>>>>>>
9201e0a5b905812da1157efa075dd1ab52362c09
# bug reports to dev@1e.ca
# bug reports to dev@1e.ca
...
...
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