Merge branch 'case-int-sub-ca' of ssh://github.com/TinCanTech/easy-rsa into TinCanTech-case-int-sub-ca

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-10-30 23:23:01 +00:00
commit 94331a4ad0
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -1243,8 +1243,7 @@ build_ca() {
unset -v nopass sub_ca ssl_batch date_stamp x509
while [ "$1" ]; do
case "$1" in
intca) sub_ca=1 ;;
subca) sub_ca=1 ;;
intca|subca) sub_ca=1 ;;
nopass) nopass=1 ;;
*) warn "Ignoring unknown command option: '$1'"
esac