diff options
Diffstat (limited to 'users/glittershark/gws.fyi/Makefile')
-rw-r--r-- | users/glittershark/gws.fyi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/gws.fyi/Makefile b/users/glittershark/gws.fyi/Makefile index 83b60ef9bb52..a21bfe7b872e 100644 --- a/users/glittershark/gws.fyi/Makefile +++ b/users/glittershark/gws.fyi/Makefile @@ -16,6 +16,7 @@ renew: --config-dir $(shell pwd)/letsencrypt/config @echo "Reimporting certificate" @aws acm import-certificate \ + --profile personal \ --certificate file://letsencrypt/config/live/www.gws.fyi/cert.pem \ --certificate-chain file://letsencrypt/config/live/www.gws.fyi/fullchain.pem \ --private-key file://letsencrypt/config/live/www.gws.fyi/privkey.pem \ |