소스 검색

Change to `--cert-profile`

Jens Spanier 3 주 전
부모
커밋
5954f0dde5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
       ;;