ikidd@lemmy.world to Selfhosted@lemmy.worldEnglish · 1 year agoPSA: LetsEncrypt ending expiration notification emailsletsencrypt.orgexternal-linkmessage-square63linkfedilinkarrow-up1335arrow-down12file-textcross-posted to: technology@lemmy.world
arrow-up1333arrow-down1external-linkPSA: LetsEncrypt ending expiration notification emailsletsencrypt.orgikidd@lemmy.world to Selfhosted@lemmy.worldEnglish · 1 year agomessage-square63linkfedilinkfile-textcross-posted to: technology@lemmy.world
minus-squareKokesh@lemmy.worldlinkfedilinkEnglisharrow-up6·1 year agoMy server does it automatically, but I have few services I can’t make to read the certs from server storage, so I have to manually copy cert content. Especially Adguard Home for some reason refuses to read my certs.
minus-squareBjörn@swg-empire.delinkfedilinkEnglisharrow-up11·1 year agoHave the same problem. But symlinks or copying them via cron solved it for me.
minus-squareKokesh@lemmy.worldlinkfedilinkEnglisharrow-up4·1 year agoYes! yes | cp -Lrf /etc/letsencrypt/live/…domain…/*.pem /var/snap/adguard-home/current
minus-squareforbiddenlake@lemmy.worldlinkfedilinkEnglisharrow-up5·1 year agoYou could use a reverse proxy to terminate tls, and take the tls off of ad guard itself.
My server does it automatically, but I have few services I can’t make to read the certs from server storage, so I have to manually copy cert content. Especially Adguard Home for some reason refuses to read my certs.
Have the same problem. But symlinks or copying them via cron solved it for me.
Yes! yes | cp -Lrf /etc/letsencrypt/live/…domain…/*.pem /var/snap/adguard-home/current
You could use a reverse proxy to terminate tls, and take the tls off of ad guard itself.