network:acme:renew_certs_using_a_container_and_haproxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
network:acme:renew_certs_using_a_container_and_haproxy [2023/08/10 14:36] adminnetwork:acme:renew_certs_using_a_container_and_haproxy [2023/08/10 14:37] (current) admin
Line 22: Line 22:
             certbot/certbot certonly --standalone \             certbot/certbot certonly --standalone \
             -d git.machine-deck.jeffries-tube.at,office.machine-deck.jeffries-tube.at,dokuwiki.machine-deck.jeffries-tube.at             -d git.machine-deck.jeffries-tube.at,office.machine-deck.jeffries-tube.at,dokuwiki.machine-deck.jeffries-tube.at
-sudo cat /etc/letsencrypt/live/git.machine-deck.jeffries-tube.at/fullchain.pem /etc/letsencrypt/live/git.machine-deck.jeffries-tube.at/privkey.pem | sudo tee /etc/haproxy/git.machine-deck.jeffries-tube.at.pem +sudo cat /etc/letsencrypt/live/git.machine-deck.jeffries-tube.at/fullchain.pem /etc/letsencrypt/live/git.machine-deck.jeffries-tube.at/privkey.pem | sudo tee /etc/haproxy/certs/git.machine-deck.jeffries-tube.at.pem 
-sudo chown haproxy:haproxy git.machine-deck.jeffries-tube.at.pem +sudo chown haproxy:haproxy /etc/haproxy/certs/git.machine-deck.jeffries-tube.at.pem 
-sudo chmod 0660 git.machine-deck.jeffries-tube.at.pem+sudo chmod 0660 /etc/haproxy/certs/git.machine-deck.jeffries-tube.at.pem
 sudo nano /etc/sysconfig/haproxy sudo nano /etc/sysconfig/haproxy
 ``` ```
network/acme/renew_certs_using_a_container_and_haproxy.1691670962.txt.gz · Last modified: by admin