Przeglądaj źródła

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

Jens Spanier 1 miesiąc temu
rodzic
commit
1b00ced7ad
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

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