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
7eea9533
Commit
7eea9533
authored
May 22, 2017
by
Mark Felder
Committed by
GitHub
May 22, 2017
Browse files
Update README.md
Fix usage documentation for dns_nsupdate. The NSUPDATE_KEY env needs to be a path to a file.
parent
048059ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
7eea9533
...
@@ -140,7 +140,7 @@ Finally, make the DNS server and update Key available to `acme.sh`
...
@@ -140,7 +140,7 @@ Finally, make the DNS server and update Key available to `acme.sh`
```
```
export NSUPDATE_SERVER="dns.example.com"
export NSUPDATE_SERVER="dns.example.com"
export NSUPDATE_KEY="
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa==
"
export NSUPDATE_KEY="
/path/to/your/nsupdate.key
"
```
```
Ok, let's issue a cert now:
Ok, let's issue a cert now:
...
...
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