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
059147b7
Commit
059147b7
authored
Dec 18, 2016
by
neil
Committed by
GitHub
Dec 18, 2016
Browse files
Merge pull request #475 from Neilpang/dev
Dev
parents
8636a156
c96ceeb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
059147b7
...
@@ -637,8 +637,9 @@ _createcsr() {
...
@@ -637,8 +637,9 @@ _createcsr() {
_info
"Multi domain"
"
$alt
"
_info
"Multi domain"
"
$alt
"
printf
--
"
\n
subjectAltName=
$alt
"
>>
"
$csrconf
"
printf
--
"
\n
subjectAltName=
$alt
"
>>
"
$csrconf
"
fi
fi
if
[
"
$Le_OCSP_Stable
"
]
;
then
if
[
"
$Le_OCSP_Staple
"
]
||
[
"
$Le_OCSP_Stable
"
]
;
then
_savedomainconf Le_OCSP_Stable
"
$Le_OCSP_Stable
"
_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
"
printf
--
"
\n
basicConstraints = CA:FALSE
\n
1.3.6.1.5.5.7.1.24=DER:30:03:02:01:05"
>>
"
$csrconf
"
fi
fi
...
@@ -4365,7 +4366,7 @@ _process() {
...
@@ -4365,7 +4366,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