typos fixed

main
Linux User 2022-09-16 18:17:16 +02:00
parent 926e93729d
commit 3606965e6a
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ all: sync_certs $(NGINX_RELOAD) $(PROSODY_RELOAD) refresh_pg
###############################################################################
DOMAIN=monotremata.xyz
CERT_PATH=/srv/certs/$(DOMAIN)
CERT_PATH=/srv/certs/acme/$(DOMAIN)
CERT=$(CERT_PATH)/fullchain.cer
KEY=$(CERT_PATH)/$(DOMAIN).key
@ -27,7 +27,7 @@ RSYNCD_PASSWD=/srv/secrets/rsyncd_password
RSYNC_OPTS=--archive --delete --acls --xattrs --compress --verbose --human-readable
sync_certs:
mkdir -p $(CERTS_PATH)
mkdir -p $(CERT_PATH)
rsync \
$(RSYNC_OPTS) \
--password-file=$(RSYNCD_PASSWD) \