Hello, I wan’t to ask if anyone knows of a good alternative for certbot for acquiring ssl certificates for nginx.

Certbot isn’t good anymore for me since I started using crowdsec with nginx bouncer that uses lua block’s inside nginx config that cerbot can’t parse, making it not work anymore.

I use nginx because it’s the one I know the best and for my use case work’s the best. ( Hosting both program’s directly on metal and docker container’s )

  • Possibly linux
    link
    fedilink
    English
    3
    edit-2
    5 months ago

    You don’t need it to parse your config. Just set it to manual mode with a cron job. You can manually copy the certs with a short script.

    • CronyAkatsukiOPA
      link
      English
      15 months ago

      Hi already tried that, worked for one domain and then stopped working for every other domain.

        • CronyAkatsukiOPA
          link
          English
          15 months ago

          Yea, evem rn on the server I have about 13? or so domains, and still haven’t migrated all my services over.