Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
5303b369
Commit
5303b369
authored
Jul 29, 2017
by
neil
Committed by
GitHub
Jul 29, 2017
Browse files
Merge pull request #958 from Neilpang/dev
Dev
parents
cae6c8e5
a5c56c54
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
5303b369
...
...
@@ -926,7 +926,7 @@ _sign() {
}
#keylength
#keylength
or isEcc flag (empty str => not ecc)
_isEccKey() {
_length="$1"
...
...
@@ -2251,7 +2251,7 @@ _initAPI() {
_debug "ACME_REVOKE_CERT" "$ACME_REVOKE_CERT"
}
#[domain] [keylength]
#[domain] [keylength
or isEcc flag
]
_initpath() {
__initHome
...
...
@@ -5440,7 +5440,7 @@ _process() {
;;
--dns)
wvalue="dns"
if ! _startswith "$2" "-"; then
if
[ "$2" ] &&
! _startswith "$2" "-"; then
wvalue="$2"
shift
fi
...
...
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