doc: adds information about _FILE suffix. (#829)

This commit is contained in:
Ludovic Fernandez 2019-03-18 17:42:54 +01:00 committed by GitHub
parent 0c87df143e
commit 3684cc738d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 354 additions and 4 deletions

View file

@ -22,7 +22,7 @@ COMMANDS:
run Register an account, then create and install a certificate
revoke Revoke a certificate
renew Renew a certificate
dnshelp Shows additional help for the --dns global option
dnshelp Shows additional help for the '--dns' global option
list Display certificates and accounts information.
help, h Shows a list of commands or help for one command
@ -35,7 +35,7 @@ GLOBAL OPTIONS:
--eab Use External Account Binding for account registration. Requires --kid and --hmac.
--kid value Key identifier from External CA. Used for External Account Binding.
--hmac value MAC key from External CA. Should be in Base64 URL Encoding without padding format. Used for External Account Binding.
--key-type value, -k value Key type to use for private keys. Supported: rsa2048, rsa4096, rsa8192, ec256, ec384. (default: "rsa2048")
--key-type value, -k value Key type to use for private keys. Supported: rsa2048, rsa4096, rsa8192, ec256, ec384. (default: "ec384")
--filename value (deprecated) Filename of the generated certificate.
--path value Directory to use for storing the data. (default: "./.lego")
--http Use the HTTP challenge to solve challenges. Can be mixed with other types of challenges.