We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07ce9a commit c3aac1cCopy full SHA for c3aac1c
1 file changed
parser/tls.go
@@ -157,13 +157,13 @@ Usage: drycc tls:auto:issuer --email=<email> --server=<server> --key-id=<key-id>
157
Options:
158
-a --app=<app>
159
the uniquely identifiable name for the application.
160
- <email>
+ --email=<email>
161
the email address to be associated with the ACME account.
162
- <server>
+ --server=<server>
163
Server is the URL used to access the ACME server's 'directory' endpoint.
164
- <key-id>
+ --key-id=<key-id>
165
keyID is the ID of the CA key that the External Account is bound to.
166
- <key-secret>
+ --key-secret=<key-secret>
167
keySecret holds the symmetric MAC key of the External Account Binding.
168
169
`
0 commit comments