wile
wile copied to clipboard
Stripped down letsencrypt (ACME) client
ACMEv1 has been deprecated for a while and letsencrypt only accepts new certificate requests on the old API for existing accounts.
``` $ wile --account-key acme_account.key --verbose register INFO:wile.reg:starting registration for email:"None", phone:"None" Traceback (most recent call last): File "/usr/local/bin/wile", line 11, in sys.exit(main()) File "/usr/local/lib/python3.5/dist-packages/wile/__init__.py", line 112, in main return...
Currently, requesting a new certificate overwrites any existing one, but takes no steps to revoke it. It would be nice to at least attempt it.