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
6ba1eda9
Commit
6ba1eda9
authored
Apr 25, 2020
by
neil
Browse files
fix
https://github.com/acmesh-official/acme.sh/issues/2883#issuecomment-619215961
parent
dddfe078
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
6ba1eda9
...
...
@@ -1174,9 +1174,8 @@ _createcsr() {
_info
"Multi domain"
"
$alt
"
printf
--
"
\n
subjectAltName=
$alt
"
>>
"
$csrconf
"
fi
if
[
"
$Le_OCSP_Staple
"
]
||
[
"
$Le_OCSP_Stable
"
]
;
then
if
[
"
$Le_OCSP_Staple
"
=
"1
"
]
;
then
_savedomainconf Le_OCSP_Staple
"
$Le_OCSP_Staple
"
_cleardomainconf Le_OCSP_Stable
printf
--
"
\n
basicConstraints = CA:FALSE
\n
1.3.6.1.5.5.7.1.24=DER:30:03:02:01:05"
>>
"
$csrconf
"
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