about summary refs log tree commit diff
path: root/users/glittershark/gws.fyi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/gws.fyi/Makefile')
-rw-r--r--users/glittershark/gws.fyi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/gws.fyi/Makefile b/users/glittershark/gws.fyi/Makefile
index 83b60ef9bb..a21bfe7b87 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 \