Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Upgraded to 0.23.0 of certbot (#17)
Browse files Browse the repository at this point in the history
* Upgraded to 0.23.0 of certbot

* Bumped version to expected version of Docker image

* Latest certbot 0.26.1
  • Loading branch information
mwl authored and mattj-io committed Feb 27, 2019
1 parent cccefca commit e0bb973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:jessie

WORKDIR /
ENV DEBIAN_FRONTEND=noninteractive
ENV CERTBOT_VERSION=0.8.1
ENV CERTBOT_VERSION=0.26.1
RUN apt-get update \
&& apt-get install -y unzip curl python-pip \
&& pip install --upgrade pip \
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt-dcos.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"docker": {
"image": "mesosphere/letsencrypt-dcos:v1.0.3",
"image": "mesosphere/letsencrypt-dcos:v1.0.4",
"network": "BRIDGE",
"portMappings": [
{
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo "DOMAIN_FIRST: ${DOMAIN_FIRST}"

echo "Running certbot-auto to generate initial signed cert"
./certbot-auto --no-self-upgrade certonly --standalone \
--standalone-supported-challenges http-01 $DOMAIN_ARGS \
--preferred-challenges http-01 $DOMAIN_ARGS \
--email $LETSENCRYPT_EMAIL --agree-tos --noninteractive --no-redirect \
--rsa-key-size 4096 --expand

Expand Down

0 comments on commit e0bb973

Please sign in to comment.