So my configuration looks like this
User -> Cloudflare -> Cloudflare Load balancer
-> 50% -> Server 1
-> 50% -> Server 2
Server 1 and server 2 are identical, Ubuntu 18.04 with NGINX
I’ve set it up so I can generate certificates on server 1, and have a static.server1.com dns for verification purposes. It issues certificates perfectly!
*** Question ***
What is the best way to sync the certificates from Server 1 to Sever 2?
I read in another thread that I should sync the entire /etc/letsencrypt/ folder, so I tried rsync and ran into permission errors. Before I go about changing the permissions I thought I would ask here and see if there are any suggestions.
Thanks!