Change to --cert-profile

This commit is contained in:
Jens Spanier
2025-09-22 12:11:50 +02:00
parent 1b00ced7ad
commit 5954f0dde5

View File

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