irelephant [he/him]@programming.devM to iiiiiiitttttttttttt@programming.devEnglish · 3 months agoMicrosoft let the certificate expire for one of their image subdomains.programming.devimagemessage-square23linkfedilinkarrow-up1194arrow-down10file-text
arrow-up1194arrow-down1imageMicrosoft let the certificate expire for one of their image subdomains.programming.devirelephant [he/him]@programming.devM to iiiiiiitttttttttttt@programming.devEnglish · 3 months agomessage-square23linkfedilinkfile-text
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up3·3 months agoHow do you manage automatic renewal?
minus-squareBjörn Tantau@swg-empire.delinkfedilinkarrow-up3·3 months agoA cronjob calling Let’s Encrypt’s tool. I think it’s called certbot.
minus-squareTenkard@lemmy.mllinkfedilinkarrow-up2·3 months agoI use caddy as reverse proxy and you have to do… Literally nothing. Point the domain at your server and write in the Caddyfile my.domain { reverse_proxy myservice:3000 } It also supports wildcard certificates for many domain services
How do you manage automatic renewal?
A cronjob calling Let’s Encrypt’s tool. I think it’s called certbot.
I use caddy as reverse proxy and you have to do… Literally nothing. Point the domain at your server and write in the Caddyfile
my.domain { reverse_proxy myservice:3000 }
It also supports wildcard certificates for many domain services