docker-flow-letsencrypt icon indicating copy to clipboard operation
docker-flow-letsencrypt copied to clipboard

Update to certbot 0.22.2

Open viict opened this issue 7 years ago • 11 comments
trafficstars

Hi,

Is there a planning to upgrade this to use the latest certbot?

The use wildcard certificates would be a nice feature to use with docker-flow.

viict avatar Mar 26 '18 04:03 viict

Hello viict,

yes, I plan to upgrade this to allow wildcard certificates.

hamburml avatar Mar 26 '18 05:03 hamburml

Any news regarding update ? This will be really handy ;)

nohaapav avatar May 26 '18 09:05 nohaapav

Sorry for being so silent. Have a lot to do with my indie gaming startup. And I need to think about missing additions like adding certs during runtime, using docker config or secrets.

I will try to find some time this month.

hamburml avatar May 26 '18 10:05 hamburml

Hey.

I've had to build my own image of this as your image has been broken since https://github.com/certbot/certbot/issues/5856

Which was fixed by https://github.com/certbot/certbot/pull/5941

I'm sure everyone else would be happy if you rebuild the image with the latest Certbot bugfixes :)

freshollie avatar Jun 25 '18 23:06 freshollie

@freshollie did you just rebuild the image using the provided Dockerfile? Were any other changes necessary?

japsen avatar Aug 03 '18 08:08 japsen

@japsen rebuilding the image downloaded the latest certbot. You can use freshollie/docker-flow-letsencrypt if you don't want to do this yourself.

freshollie avatar Aug 03 '18 08:08 freshollie

@freshollie Thank you!

japsen avatar Aug 03 '18 08:08 japsen

@freshollie what about a PR?

drozzy avatar Aug 19 '18 00:08 drozzy

@drozzy there is no PR. @hamburml merely needs to rebuild the docker image with the latest version of certbot.

freshollie avatar Aug 19 '18 06:08 freshollie

Hello there.

I just created a new tag. Docker Cloud should build a new version and release it under v0.1.6. This may take some minutes.

Sorry this took so long :/ At last I now have two weeks holiday....

Cheers!

edit

Build is done. v0.1.6 uses certbot 0.26.1 - could you please check if this version works? Hopefully certbot-commands weren't changed.

hamburml avatar Aug 19 '18 07:08 hamburml

using the "latest" image I was seeing the following errors which seem to line up with the cases @freshollie reference.

"DeserializationError: Deserialization error: Could not decode 'status' (u'ready'): Deserialization error: Status not recognized"

after pinning to the 0.1.6 tag I no-longer see these errors.

LelandSindt avatar Aug 22 '18 18:08 LelandSindt