Browse Source

Change to `--cert-profile`

pull/6442/head
Jens Spanier 2 months ago
parent
commit
5954f0dde5
  1. 2
      acme.sh

2
acme.sh

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

Loading…
Cancel
Save