summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f3a95dd..07c4945 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,9 @@ prd-httpd:
ssh root@${PRD_HOST} \\"rcctl enable httpd \
&& rcctl restart httpd \\"
+prd-acme:
+ scp ${ACME_CONF} root@${PRD_HOST}:/${ACME_CONF}
+
prd-user:
ssh root@${PRD_HOST} \\"useradd -v -c 'NFSW daemon' \