kchristensen / udm-le

Let's Encrypt support for Ubiquiti UniFi OS
MIT License
594 stars 79 forks source link

Use go-acme official image? #13

Closed sit closed 4 years ago

sit commented 4 years ago

Why does udm-le.sh use the hectormolinero image instead of https://hub.docker.com/r/goacme/lego/?

kchristensen commented 4 years ago

I believe it was because at the time I wrote this, they weren't publishing a docker image yet. I'll see about getting flipped over, thanks for pointing this out!

kchristensen commented 4 years ago

I recall now why I didn't use the official acme image initially -- they weren't building one for armv8 yet. Looks like they are now and it seems to work so I'll push out a new version soon.

kchristensen commented 4 years ago

Here you go! https://github.com/kchristensen/udm-le/releases/tag/1.0.5

sit commented 4 years ago

Works great, thanks!