Repo with a simple http server with auth to serve my email.
Author: brian (git@myr.sh)
Date: Sun Oct 8 20:23:15 2023 -0300
Parent: 1f2ffcf
Adusted makefile
diff --git a/Makefile b/Makefile index 2156535..f7088c6 100644 --- a/Makefile +++ b/Makefile @@ -9,5 +9,5 @@ deploy-web: $(wildcard cmd/web/*.go) ssh zero "mv dovel-web .local/bin" deploy-certs: fullchain.pem privkey.pem - scp fullchain.pem zero:certs/inbox.dovel.email-fullchain.pem - scp privkey.pem zero:certs/inbox.dovel.email-privkey.pem + scp -O fullchain.pem zero:certs/dovel.email-fullchain.pem + scp -O privkey.pem zero:certs/dovel.email-privkey.pem