Recently it’s come to my attention that Caddy has an AI sponsor so I have been looking at moving away from Caddy.
I’m currently looking for another reverse proxy to use in place of Caddy. For TLS I am looking into using CertBot and it appears there’s a module (github.com/desec-io/certbot-dns-desec) I can use that works for desec.io to handle my certs.
I have two questions, the first is about CertBot. Since Caddy is handling my certs automatically, how often would I want to renew my certs? Desec.io has this command to obtain a cert:
certbot certonly \ --authenticator dns-desec \ --dns-desec-credentials /etc/letsencrypt/secrets/$DOMAIN.ini \ -d "$DOMAIN" \ -d "*.$DOMAIN"
Would I be required to run the same command periodically to renew my cert?
My second question is a bit more open ended. I am looking to hear any suggestions or experiences about different reverse proxies that are preferably free of AI. There is a list here with some suggested alternatives: codeberg.org/ethical-foss/open-slopware#web-serve…
Shimitar@downonthestreet.eu
slazer2au@lemmy.world 7 hours ago
I use Traefik as my reverse proxy and it deals with my certs automatically.
Keep in mind just because Caddy has an AI sponsor, it doesn’t mean they are using ai products, it could be the AI platform is using caddy and gave done the bare minimum of sponsoring the project.
confusedpuppy@lemmy.dbzer0.com 6 hours ago
I personally feel like taking money from an AI sponsor is enabling behaviour. From that perspective, I do not want to support that type of behaviour.
anamethatisnt@sopuli.xyz 7 hours ago
Traefik merge code written by AI, f.e. github.com/traefik/traefik/pull/13397
As do Caddy, such as github.com/caddyserver/caddy/pull/7492 and github.com/caddyserver/caddy/pull/7666