Sign inSign up

elsdoerfer/acme-validator

By elsdoerfer

Updated over 8 years ago

ACME Validator

Image
0

50K+

elsdoerfer/acme-validator repository overview

Super-simple HTTP service that validates ACME HTTP-01 challenges.

  • Answers to the .well-known url.
  • Must know the account key, or it's thumbprint.
  • Generically validates challenges for this account.

Development

$ ACCOUNT_JSON="$(cat $(pwd)/../daemon/devaccount.json)" gunicorn wsgi:app --worker-class gevent -w 4 --bind :8001 $ ngrok http 8001

Tag summary

Content type

Image

Digest

Size

545.1 MB

Last updated

over 8 years ago

docker pull elsdoerfer/acme-validator