wile icon indicating copy to clipboard operation
wile copied to clipboard

Stripped down letsencrypt (ACME) client

Results 3 wile issues
Sort by recently updated
recently updated
newest added

ACMEv1 has been deprecated for a while and letsencrypt only accepts new certificate requests on the old API for existing accounts.

bug
help wanted

``` $ 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...

bug
dependency

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.

enhancement