Skip to content

Commit

Permalink
Merge pull request #1 from dcos-labs/mattj/certbot_0.31_update
Browse files Browse the repository at this point in the history
Update Certbot to 0.31.0
  • Loading branch information
mattj-io authored Feb 28, 2019
2 parents e0bb973 + c6820ec commit ac95ccc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.26.1
ENV CERTBOT_VERSION=0.31.0
RUN apt-get update \
&& apt-get install -y unzip curl python-pip \
&& pip install --upgrade pip \
Expand Down
6 changes: 3 additions & 3 deletions 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.4",
"image": "dcoslabs/letsencrypt-dcos:v1.0.5",
"network": "BRIDGE",
"portMappings": [
{
Expand All @@ -34,10 +34,10 @@
"env": {
"MARATHON_LB_ID": "marathon-lb",
"MARATHON_URL": "http://marathon.mesos:8080",
"LETSENCRYPT_EMAIL": "brenden@mesosphere.com"
"LETSENCRYPT_EMAIL": "matt@example.com"
},
"labels": {
"HAPROXY_0_VHOST": "ssl-test-1.mesosphere.com,ssl-test-2.mesosphere.com",
"HAPROXY_0_VHOST": "ssl-test-1.example.com,ssl-test-2.example.com",
"HAPROXY_GROUP": "external",
"HAPROXY_0_PATH": "/.well-known/acme-challenge"
},
Expand Down
4 changes: 2 additions & 2 deletions test/letsencrypt-dcos-test-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"container": {
"type": "DOCKER",
"docker": {
"image": "mesosphere/letsencrypt-dcos-test",
"image": "dcoslabs/letsencrypt-dcos-test",
"network": "BRIDGE",
"portMappings": [{
"containerPort": 8080,
Expand All @@ -26,7 +26,7 @@
}],
"labels":{
"HAPROXY_GROUP":"external",
"HAPROXY_0_VHOST":"ssl-test-1.mesosphere.com",
"HAPROXY_0_VHOST":"ssl-test-1.example.com",
"HAPROXY_0_REDIRECT_TO_HTTPS":"true",
"HAPROXY_0_USE_HSTS":"true"
}
Expand Down
4 changes: 2 additions & 2 deletions test/letsencrypt-dcos-test-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"container": {
"type": "DOCKER",
"docker": {
"image": "mesosphere/letsencrypt-dcos-test",
"image": "dcoslabs/letsencrypt-dcos-test",
"network": "BRIDGE",
"portMappings": [{
"containerPort": 8080,
Expand All @@ -26,6 +26,6 @@
}],
"labels":{
"HAPROXY_GROUP":"external",
"HAPROXY_0_VHOST":"ssl-test-2.mesosphere.com"
"HAPROXY_0_VHOST":"ssl-test-2.example.com"
}
}

0 comments on commit ac95ccc

Please sign in to comment.