I think it’s a good idea, everyone should be automating this anyway.

  • Kokesh
    link
    English
    61 month ago

    I just wish I wouldn’t have to renew certs so often.

      • @[email protected]
        link
        fedilink
        English
        81 month ago

        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.

      • Kokesh
        link
        English
        61 month ago

        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.

        • Björn Tantau
          link
          fedilink
          English
          111 month ago

          Have the same problem. But symlinks or copying them via cron solved it for me.

          • Kokesh
            link
            English
            41 month ago

            Yes! yes | cp -Lrf /etc/letsencrypt/live/…domain…/*.pem /var/snap/adguard-home/current

        • @forbiddenlake
          link
          English
          51 month ago

          You could use a reverse proxy to terminate tls, and take the tls off of ad guard itself.

      • Kokesh
        link
        English
        01 month ago

        Fullchain.pem works. Privkey doesn’t. I’ve tried chmod 777 (yes, I know, just testing) and still can’t access the file.

        • Illecors
          link
          fedilink
          English
          11 month ago

          Whole path has to be accessible, not just the file itself. All dirs above the file need to have the executable bit set that affects the user accessing the file.

          • Kokesh
            link
            English
            11 month ago

            I know, but for some reason Adguard can read the fullchain, not privkey. Now it works.