mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
Update the 'manage your account' help to be more generic. (#7127)
Resolves #7121. * Update the 'manage your account' help to be more generic. * Add changelog entry about #7127.
This commit is contained in:
parent
89d907b182
commit
5c663d4d97
2 changed files with 5 additions and 4 deletions
|
|
@ -10,6 +10,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
|||
|
||||
### Changed
|
||||
|
||||
* Update the 'manage your account' help to be more generic.
|
||||
* The error message when Certbot's Apache plugin is unable to modify your
|
||||
Apache configuration has been improved.
|
||||
|
||||
|
|
|
|||
|
|
@ -96,10 +96,10 @@ manage certificates:
|
|||
revoke Revoke a certificate (supply --cert-path or --cert-name)
|
||||
delete Delete a certificate
|
||||
|
||||
manage your account with Let's Encrypt:
|
||||
register Create a Let's Encrypt ACME account
|
||||
unregister Deactivate a Let's Encrypt ACME account
|
||||
update_account Update a Let's Encrypt ACME account
|
||||
manage your account:
|
||||
register Create an ACME account
|
||||
unregister Deactivate an ACME account
|
||||
update_account Update an ACME account
|
||||
--agree-tos Agree to the ACME server's Subscriber Agreement
|
||||
-m EMAIL Email address for important account notifications
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue