blob: 0273377b33b33e0077efdc175d92d8f5657caa5a (
plain)
1
2
3
4
5
6
7
8
|
# Register new account key (or update the contact/ToS URI)
lacme account --tos-agreed --register "mailto:noreply+lacme=$$@guilhem.org"
# should return info about the account
lacme account
# vim: set filetype=sh :
|