acme_email icon indicating copy to clipboard operation
acme_email copied to clipboard

ACME Email Client for EmailReply-00 Challenge

Results 8 acme_email issues
Sort by recently updated
recently updated
newest added

POST requests to https://acme.castle.cloud:443/acme/authz/xxx always return with "status: pending," and eventually, cli.py fails with the "All authorizations were not finalized by the CA" error message. This is almost the same...

After closing #21, and #25 we're now back to the original error: ``` $ python3 cli.py cert --passphrase passphrase --config-dir . --work-dir . --logs-dir ./logs -e address@mail --contact contact@${HOSTNAME} --imap...

Your certificate policy states, that: > 8.6 Communication of results [...] > The CA SHALL make the Audit Report publicly available. Where can your audit report be found? If it...

In preparation for other ACME server implementing S/MIME, such as [smallstep's CA](https://github.com/smallstep/certificates/issues/730), it would be nice to have the option to change the CA's URL. Smallstep would probably implement their...

enhancement

When ordering an identifier, type `dns` is used. An RFC8823 conformant order should have type set to `email`. Please see https://datatracker.ietf.org/doc/html/rfc8823#section-3 for more information.

wontfix

I was trying to request a new certificate, which didn't work using imap/smtp. Nothing happened, no output whatsoever (besides the "you're requesting a cert [...]" header), and then after around...

bug
good first issue

When I open a signed email in my recipient's Apple Mail client, it boldly says "Unable to verify message signature". For the recipient, this is much worse than seeing no...

This commit adds file-validator, which is heavily based on the plugin 'interactive'. The main difference is that file validator reads the subject response from file. The challenge response is also...