Fix typo.

This commit is contained in:
Armando Lüscher 2016-12-18 03:17:35 +01:00
parent f81f93e9c3
commit 96db9362c5
No known key found for this signature in database
GPG Key ID: 3D71085D14920359
1 changed files with 3 additions and 3 deletions

View File

@ -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_Stable" ]; then if [ "$Le_OCSP_Staple" ]; then
_savedomainconf Le_OCSP_Stable "$Le_OCSP_Stable" _savedomainconf Le_OCSP_Staple "$Le_OCSP_Staple"
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() {
shift shift
;; ;;
--ocsp-must-staple | --ocsp) --ocsp-must-staple | --ocsp)
Le_OCSP_Stable="1" Le_OCSP_Staple="1"
;; ;;
--log | --logfile) --log | --logfile)
_log="1" _log="1"