tUpdate path to local certificates - andersdamsgaard.com - my photography webpage
 (HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 97e44a5fdbcc8c6d9de9e7d36ce6afe09e4d2f17
 (DIR) parent ed064ddf0bbbc74de344953a541f4bed5ed34179
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 31 Mar 2019 20:13:02 +0200
       
       Update path to local certificates
       
       Diffstat:
         M Makefile                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -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"