Skip to content

Commit 604e687

Browse files
committed
Add short name + wiki link to help
1 parent 5954f0d commit 604e687

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

acme.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ _VALIDITY_WIKI="https://github.com/acmesh-official/acme.sh/wiki/Validity"
180180

181181
_DNSCHECK_WIKI="https://github.com/acmesh-official/acme.sh/wiki/dnscheck"
182182

183+
_PROFILESELECTION_WIKI="https://github.com/acmesh-official/acme.sh/wiki/Profile-selection"
184+
183185
_DNS_MANUAL_ERR="The dns manual mode can not renew automatically, you must issue it again manually. You'd better use the other modes instead."
184186

185187
_DNS_MANUAL_WARN="It seems that you are using dns manual mode. please take care: $_DNS_MANUAL_ERR"
@@ -7006,7 +7008,8 @@ Parameters:
70067008
If no match, the default offered chain will be used. (default: empty)
70077009
See: $_PREFERRED_CHAIN_WIKI
70087010
7009-
--certificate-profile <profile> If the CA offers profiles, select the desired profile
7011+
--cert-profile, --certificate-profile <profile> If the CA offers profiles, select the desired profile
7012+
See: $_PROFILESELECTION_WIKI
70107013
70117014
--valid-to <date-time> Request the NotAfter field of the cert.
70127015
See: $_VALIDITY_WIKI

0 commit comments

Comments
 (0)