Add legacy option

Brie Bruns 2024-03-24 20:45:10 -06:00
parent a5ec70fbbd
commit cea8edc9b2
1 changed files with 1 additions and 1 deletions

View File

@ -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";;