diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-19 23:22:15 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-20 20:16:29 +0100 |
commit | 11d971bc07ceb4359565e6611ae03a0c0134d153 (patch) | |
tree | af2e01a8304db84357a6677ad84b9ab96eb18dfe /tests/register | |
parent | c214f20a835d0da4bd0c5a85a4bd9089fc4febcb (diff) |
Add test suite against Let's Encrypt's staging environment.
https://letsencrypt.org/docs/staging-environment/
Diffstat (limited to 'tests/register')
-rw-r--r-- | tests/register | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/register b/tests/register new file mode 100644 index 0000000..0273377 --- /dev/null +++ b/tests/register @@ -0,0 +1,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 : |