File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
recipes/security/public_certs/assets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ Resources:
168168 cd acme.sh-$VERSION
169169 ./acme.sh --install
170170 ./acme.sh --set-default-ca --server letsencrypt
171- ./acme.sh --issue --dns dns_aws --ocsp-must-staple -- keylength 4096 -d ${DomainName} -d "*.${DomainName}"
171+ ./acme.sh --issue --dns dns_aws --keylength 4096 -d ${DomainName} -d "*.${DomainName}"
172172
173173 CERTKEYFILE=$HOME/.acme.sh/${DomainName}/${DomainName}.key
174174 CERTCERFILE=$HOME/.acme.sh/${DomainName}/${DomainName}.cer
@@ -322,7 +322,7 @@ Resources:
322322 cd acme.sh-$VERSION
323323 ./acme.sh --install
324324 ./acme.sh --set-default-ca --server letsencrypt
325- ./acme.sh --issue --dns dns_aws --ocsp-must-staple -- keylength 4096 -d ${DomainName} -d "*.${DomainName}"
325+ ./acme.sh --issue --dns dns_aws --keylength 4096 -d ${DomainName} -d "*.${DomainName}"
326326
327327 CERTKEYFILE=$HOME/.acme.sh/${DomainName}/${DomainName}.key
328328 CERTCERFILE=$HOME/.acme.sh/${DomainName}/${DomainName}.cer
You can’t perform that action at this time.
0 commit comments