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 )

  • CronyAkatsukiOP
    link
    fedilink
    English
    15 months ago

    Requires me to add cname record’s, which beats the purpose of automation honestly. Will most likelly move to caddy.

    • @[email protected]
      link
      fedilink
      English
      15 months ago

      I thought acme or certbot could handle the DNS entries with an API call to your DNS provider.

      It may require another plugin though. Googling some variation of certbot acme automate DNS challenge will give you a dozen tutorials.