Caution
The project no longer works in its current state. As I no longer need it, it will be archived.
Nager.CertificateManagement provides Lets Encrypt certificates for internal servers, switches, etc. or developers. The certificates are requested via the DNS challenge, so that the internal devices do not need an external connection and you must not share your DNS Management credentials with everyone. The certificates can be requested via a web interface and are available for download there after generation. Standard certificates and wildcard certificates can be requested. The docker container is available via dockerhub.
The certificates can then be obtained by the individual servers from the S3 storage. In contrast to other solutions, the access data for the servers does not have to be stored at a central location. S3 policies can also ensure that each system can only query its certificate.
- Hetzner
- CloudFlare
- Your provider is missing? open an issue
Update the configuration in the docker-compose.yml
file before start the application.
After the start the application is available under http://localhost
LETSENCRYPT__EMAIL: [email protected]
LETSENCRYPT__REQUESTMODE: TEST OR PRODUCTION
DNSPROVIDER__HETZNER__APIKEY: APIKEY OF THE PROVIDER (OPTIONAL)
DNSPROVIDER__CLOUDFLARE__APIKEY: APIKEY OF THE PROVIDER (OPTIONAL)
docker-compose up
Update application
docker-compose pull
Language | Project |
---|---|
Python | lexicon |
.NET | certify |
GO | lego |
PowerShell | Posh-ACME |
Phyton | Netflix Lemur |