ikidd@lemmy.world to Selfhosted@lemmy.worldEnglish · 2 months agoPSA: LetsEncrypt ending expiration notification emailsletsencrypt.orgexternal-linkmessage-square63fedilinkarrow-up1333arrow-down12file-text
arrow-up1331arrow-down1external-linkPSA: LetsEncrypt ending expiration notification emailsletsencrypt.orgikidd@lemmy.world to Selfhosted@lemmy.worldEnglish · 2 months agomessage-square63fedilinkfile-text
minus-squareKokesh@lemmy.worldlinkfedilinkEnglisharrow-up6·2 months 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 Tantau@swg-empire.delinkfedilinkEnglisharrow-up11·2 months agoHave the same problem. But symlinks or copying them via cron solved it for me.
minus-squareKokesh@lemmy.worldlinkfedilinkEnglisharrow-up4·2 months agoYes! yes | cp -Lrf /etc/letsencrypt/live/…domain…/*.pem /var/snap/adguard-home/current
minus-squareforbiddenlake@lemmy.worldlinkfedilinkEnglisharrow-up5·2 months 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.