mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 23:41:45 +00:00
This commit is contained in:
parent
dddfe07867
commit
6ba1eda96f
3
acme.sh
3
acme.sh
@ -1174,9 +1174,8 @@ _createcsr() {
|
||||
_info "Multi domain" "$alt"
|
||||
printf -- "\nsubjectAltName=$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 -- "\nbasicConstraints = CA:FALSE\n1.3.6.1.5.5.7.1.24=DER:30:03:02:01:05" >>"$csrconf"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user