Przeglądaj źródła

Change to `--cert-profile`

Jens Spanier 3 tygodni temu
rodzic
commit
5954f0dde5
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 | --profile)
+    --certificate-profile | --cert-profile)
       _certificate_profile="$2"
       shift
       ;;