commit 97e44a5fdbcc8c6d9de9e7d36ce6afe09e4d2f17
parent ed064ddf0bbbc74de344953a541f4bed5ed34179
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 31 Mar 2019 20:13:02 +0200
Update path to local certificates
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -22,8 +22,8 @@ generate-letsencrypt-certificate:
sudo certbot certonly -a manual \
-d $(DOMAIN) -d www.$(DOMAIN) \
-d $(DOMAIN:.com=.dk) -d www.$(DOMAIN:.com=.dk)
- sudo cp /etc/letsencrypt/live/andersdamsgaard.com/{cert,chain,fullchain,privkey}.pem ~/.password-store/website/
- sudo chown -R ad ~/.password-store/website
+ sudo cp /etc/letsencrypt/live/andersdamsgaard.com/{cert,chain,fullchain,privkey}.pem ~/.password-store/website/andersdamsgaard.com
+ sudo chown -R ad ~/.password-store/website/andersdamsgaard.com
@echo "Certificate is fullchain.pem, key (PEM) is privkey.pem"
@echo "Upload to the gitlab pages configuration"