irelephant [he/him]@programming.devM to iiiiiiitttttttttttt@programming.devEnglish · 2 months agoMicrosoft let the certificate expire for one of their image subdomains.programming.devimagemessage-square23fedilinkarrow-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 · 2 months agomessage-square23fedilinkfile-text
minus-squareTenkard@lemmy.mllinkfedilinkarrow-up2·2 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
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