Skip to content

Commit

Permalink
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ LABEL maintainer="Adrien Ferrand <ferrand.ad@gmail.com>"
ENV PATH /scripts:$PATH

# Versioning
ENV LEXICON_VERSION 2.1.10
ENV LEXICON_VERSION 2.1.11
ENV CERTBOT_VERSION 0.19.0

# Let's Encrypt configuration
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# adferrand/letsencrypt-dns
![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:1.4.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:1.4.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:1.4.0)
![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:1.4.1.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:1.4.1.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:1.4.1)

* [Container functionalities](#container-functionalities)
* [Why use this Docker](#why-use-this-docker-)
@@ -84,7 +84,7 @@ When using a DNS challenge, a TXT entry must be inserted in the DNS zone which m

This container will do the hard work for you, thanks to the association between [Certbot](https://certbot.eff.org/) and [Lexicon](https://github.com/AnalogJ/lexicon): DNS provider API will be called automatically to insert the TXT record when needed. All you have to do is to define for Lexicon the DNS provider to use, and the API access key.

Following DNS provider are supported: AWS Route53, Cloudflare, CloudXNS, DigitalOcean, DNSimple, DnsMadeEasy, DNSPark, DNSPod, EasyDNS, Gandi, Glesys, GoDaddy, LuaDNS, Memset, Namesilo, NS1, OVH, PointHQ, PowerDNS, Rage4, SoftLayer, Transip, Yandex, Vultr.
Following DNS provider are supported: AWS Route53, Cloudflare, ClouDNS, CloudXNS, DigitalOcean, DNSimple, DnsMadeEasy, DNSPark, DNSPod, EasyDNS, Gandi, Glesys, GoDaddy, LuaDNS, Memset, Namesilo, NS1, OVH, PointHQ, PowerDNS, Rage4, SoftLayer, Transip, Yandex, Vultr.

The DNS provider is choosen by setting an environment variable passed to the container: `LEXICON_PROVIDER (default: cloudflare)`.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1

0 comments on commit b17071e

Please sign in to comment.