소스 검색

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
       ;;