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
bdbf323f
Commit
bdbf323f
authored
Jul 09, 2016
by
neil
Browse files
remove the default value 'no'
parent
7270f277
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
bdbf323f
#!/usr/bin/env sh
VER
=
2.3.
0
VER
=
2.3.
1
PROJECT_NAME
=
"acme.sh"
...
...
@@ -943,6 +943,7 @@ _starttlsserver() {
fi
#start openssl
_debug
"openssl s_server -cert
\"
$TLS_CERT
\"
-key
\"
$TLS_KEY
\"
-accept
$port
-naccept 1 -tlsextdebug"
if
[
"
$DEBUG
"
]
&&
[
"
$DEBUG
"
-ge
"2"
]
;
then
(
printf
"HTTP/1.1 200 OK
\r\n\r\n
$content
"
| openssl s_server
-cert
"
$TLS_CERT
"
-key
"
$TLS_KEY
"
-accept
$port
-naccept
1
-tlsextdebug
)
&
else
...
...
@@ -2533,12 +2534,12 @@ _process() {
_domain
=
""
_altdomains
=
"no"
_webroot
=
""
_keylength
=
"
no
"
_accountkeylength
=
"
no
"
_certpath
=
"
no
"
_keypath
=
"
no
"
_capath
=
"
no
"
_fullchainpath
=
"
no
"
_keylength
=
""
_accountkeylength
=
""
_certpath
=
""
_keypath
=
""
_capath
=
""
_fullchainpath
=
""
_reloadcmd
=
""
_password
=
""
_accountconf
=
""
...
...
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