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
86ef6e69
Commit
86ef6e69
authored
Mar 26, 2018
by
Felipe Braz
Browse files
fixes on dnsapi/dns_kinghost.sh and dnsapi/README.md
parent
e8fd373e
Changes
2
Show whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
86ef6e69
...
...
@@ -792,7 +792,7 @@ The `DA_Api` and `DA_Api_Insecure` will be saved in `~/.acme.sh/account.conf` an
API access must be enabled at https://painel.kinghost.com.br/painel.api.php
```
export KINGHOST_
u
sername="yourusername"
export KINGHOST_
U
sername="yourusername"
export KINGHOST_Password="yourpassword"
acme.sh --issue --dns dns_kinghost -d example.com -d *.example.com
```
...
...
dnsapi/dns_kinghost.sh
View file @
86ef6e69
...
...
@@ -52,7 +52,7 @@ dns_kinghost_add() {
return
1
fi
return
0
;
return
0
}
# Usage: fulldomain txtvalue
...
...
@@ -89,7 +89,7 @@ dns_kinghost_rm() {
return
1
fi
return
0
;
return
0
}
#################### Private functions below ##################################
...
...
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