Skip to content

Commit c3aac1c

Browse files
committed
fix(tls): change issuer options
1 parent c07ce9a commit c3aac1c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

parser/tls.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ Usage: drycc tls:auto:issuer --email=<email> --server=<server> --key-id=<key-id>
157157
Options:
158158
-a --app=<app>
159159
the uniquely identifiable name for the application.
160-
<email>
160+
--email=<email>
161161
the email address to be associated with the ACME account.
162-
<server>
162+
--server=<server>
163163
Server is the URL used to access the ACME server's 'directory' endpoint.
164-
<key-id>
164+
--key-id=<key-id>
165165
keyID is the ID of the CA key that the External Account is bound to.
166-
<key-secret>
166+
--key-secret=<key-secret>
167167
keySecret holds the symmetric MAC key of the External Account Binding.
168168
169169
`

0 commit comments

Comments
 (0)