Преглед на файлове

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

Jens Spanier преди 1 месец
родител
ревизия
1b00ced7ad
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
       ;;