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
96db9362
Unverified
Commit
96db9362
authored
Dec 18, 2016
by
Armando Lüscher
Browse files
Fix typo.
parent
f81f93e9
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
96db9362
...
@@ -637,8 +637,8 @@ _createcsr() {
...
@@ -637,8 +637,8 @@ _createcsr() {
_info "Multi domain" "$alt"
_info "Multi domain" "$alt"
printf -- "\nsubjectAltName=$alt" >>"$csrconf"
printf -- "\nsubjectAltName=$alt" >>"$csrconf"
fi
fi
if
[
"
$Le_OCSP_Sta
b
le
"
]
;
then
if [ "$Le_OCSP_Sta
p
le" ]; then
_savedomainconf Le_OCSP_Sta
b
le
"
$Le_OCSP_Sta
b
le
"
_savedomainconf Le_OCSP_Sta
p
le "$Le_OCSP_Sta
p
le"
printf -- "\nbasicConstraints = CA:FALSE\n1.3.6.1.5.5.7.1.24=DER:30:03:02:01:05" >>"$csrconf"
printf -- "\nbasicConstraints = CA:FALSE\n1.3.6.1.5.5.7.1.24=DER:30:03:02:01:05" >>"$csrconf"
fi
fi
...
@@ -4365,7 +4365,7 @@ _process() {
...
@@ -4365,7 +4365,7 @@ _process() {
shift
shift
;;
;;
--ocsp-must-staple | --ocsp)
--ocsp-must-staple | --ocsp)
Le_OCSP_Sta
b
le
=
"1"
Le_OCSP_Sta
p
le="1"
;;
;;
--log | --logfile)
--log | --logfile)
_log="1"
_log="1"
...
...
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