TheTesla / acme-example

shows how to get certificate from Let's Encrypt via ACMEv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACMEv2 Let's Encrypt demonstration

This python3 example shows, how to get a Let's Encrypt certificate using the ACMEv2 API.

It is based on the example from the acme library as part of the certbot repository.

It doesn't use the OpenSSL python package, because the authors of certbot want to removethis dependency in future. We don't want to reintroduce a dependency in a simple exmaple, which will be intentionally removed from the library investing hard work.

Author

Stefan Helmert

About

shows how to get certificate from Let's Encrypt via ACMEv2

License:Other


Languages

Language:Python 100.0%