From cea8edc9b2a4088b4946f3718f279b39e4da172c Mon Sep 17 00:00:00 2001 From: Brie Bruns Date: Sun, 24 Mar 2024 20:45:10 -0600 Subject: [PATCH] Add legacy option --- gen-unifi-cert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-unifi-cert.sh b/gen-unifi-cert.sh index 20112a6..64f081e 100755 --- a/gen-unifi-cert.sh +++ b/gen-unifi-cert.sh @@ -36,7 +36,7 @@ function usage() { echo " -l: Use OpenSSL 3.x legacy option." } -while getopts "hirdl:e:k:" opt; do +while getopts "hirld:e:k:" opt; do case $opt in i) onlyinsert="yes";; r) renew="yes";;