From a5ec70fbbdd46b59d8070a75b540b2315e713107 Mon Sep 17 00:00:00 2001 From: Brie Bruns Date: Sun, 24 Mar 2024 20:44:44 -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 a200f22..20112a6 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 "hird:e:k:" opt; do +while getopts "hirdl:e:k:" opt; do case $opt in i) onlyinsert="yes";; r) renew="yes";;