Pacemaker Cluster

I run a Pacemaker Cluster with two identical servers where always one is in charge to serve the http protocol. They both share a common space in /srv/www/

how can I use letsencrypt so that both servers can request renew of the same domains?

One idea: You could configure one server to redirect HTTP requests to the /.well-known/acme-challenge/ directory to the other where Certbot/another ACME client has configured the HTTP-01 challenge response.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.