Skip to content

Commit

Permalink
Update Certbox to 0.18.2. Correct README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Ferrand committed Oct 1, 2017
1 parent 31edfa9 commit 1480f0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:alpine3.6
MAINTAINER Adrien Ferrand <[email protected]>
LABEL maintainer="Adrien Ferrand <[email protected]>"

ENV LEXICON_VERSION 2.1.10
ENV CERTBOT_VERSION 0.17.0
ENV CERTBOT_VERSION 0.18.2

ENV LETSENCRYPT_STAGING false
ENV LETSENCRYPT_USER_MAIL [email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ When using a DNS challenge, a TXT entry must be inserted in the DNS zone carying

This container will do the hard work for you, thanks to the association between Certbox and Lexicon, and 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 access key to the API.

Following DNS provider are supported: AWS Route53, Cloudflare, CloudXNS, DigitalOcean, DNSimple, DnsMadeEasy, DNSPark, DNSPod, EasyDNS, Gandi, Glesys, LuaDNS, Memset, Namesilo, NS1, OVH, PointHQ, PowerDNS, Rage4, Transip, Yandex, Vultr.
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.

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0

0 comments on commit 1480f0e

Please sign in to comment.