ikidd@lemmy.world to Selfhosted@lemmy.worldEnglish · 1 year agoPSA: LetsEncrypt ending expiration notification emailsletsencrypt.orgexternal-linkmessage-square63linkfedilinkarrow-up1334arrow-down12file-textcross-posted to: [email protected]
arrow-up1332arrow-down1external-linkPSA: LetsEncrypt ending expiration notification emailsletsencrypt.orgikidd@lemmy.world to Selfhosted@lemmy.worldEnglish · 1 year agomessage-square63linkfedilinkfile-textcross-posted to: [email protected]
minus-squareBjörn@swg-empire.delinkfedilinkEnglisharrow-up17arrow-down3·1 year agoYou’re not supposed to do it manually.
minus-squareramble81@lemm.eelinkfedilinkEnglisharrow-up10arrow-down2·1 year agoTell that to all the embedded device manufacturers… switches, appliances, nas, etc. There’s a whole load of things that will have a massive administrative burden if the frequency is dropped.
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.
You’re not supposed to do it manually.
Tell that to all the embedded device manufacturers… switches, appliances, nas, etc.
There’s a whole load of things that will have a massive administrative burden if the frequency is dropped.
Skill issue.
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.