Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
a9f631f4
Commit
a9f631f4
authored
Jul 21, 2023
by
sg1888
Browse files
Added help verbiage for --ecc flag
parent
55a3709b
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
a9f631f4
...
@@ -1553,7 +1553,7 @@ createDomainKey() {
...
@@ -1553,7 +1553,7 @@ createDomainKey() {
createCSR
()
{
createCSR
()
{
_info
"Creating csr"
_info
"Creating csr"
if
[
-z
"
$1
"
]
;
then
if
[
-z
"
$1
"
]
;
then
_usage
"Usage:
$PROJECT_ENTRY
--create-csr --domain <domain.tld> [--domain <domain2.tld> ...]"
_usage
"Usage:
$PROJECT_ENTRY
--create-csr --domain <domain.tld> [--domain <domain2.tld> ...]
[--ecc]
"
return
return
fi
fi
...
@@ -6936,7 +6936,8 @@ Parameters:
...
@@ -6936,7 +6936,8 @@ Parameters:
--no-profile Only valid for '--install' command, which means: do not install aliases to user profile.
--no-profile Only valid for '--install' command, which means: do not install aliases to user profile.
--no-color Do not output color text.
--no-color Do not output color text.
--force-color Force output of color text. Useful for non-interactive use with the aha tool for HTML E-Mails.
--force-color Force output of color text. Useful for non-interactive use with the aha tool for HTML E-Mails.
--ecc Specifies to use the ECC cert. Valid for '--install-cert', '--renew', '--revoke', '--to-pkcs12' and '--create-csr'
--ecc Specifies use of the ECC cert. Only valid for '--install-cert', '--renew', '--remove ', '--revoke',
'--deploy', '--to-pkcs8', '--to-pkcs12' and '--create-csr'.
--csr <file> Specifies the input csr.
--csr <file> Specifies the input csr.
--pre-hook <command> Command to be run before obtaining any certificates.
--pre-hook <command> Command to be run before obtaining any certificates.
--post-hook <command> Command to be run after attempting to obtain/renew certificates. Runs regardless of whether obtain/renew succeeded or failed.
--post-hook <command> Command to be run after attempting to obtain/renew certificates. Runs regardless of whether obtain/renew succeeded or failed.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment