Add `--profile` as option for selecting certificate profile

pull/6442/head
Jens Spanier 2025-09-16 09:20:31 +02:00
parent 5f8f7ee576
commit 1b00ced7ad
1 changed files with 1 additions and 1 deletions

View File

@ -7702,7 +7702,7 @@ _process() {
_valid_to="$2"
shift
;;
--certificate-profile)
--certificate-profile | --profile)
_certificate_profile="$2"
shift
;;