From 131f5b35a4661b26c8cf7a6aea210c258fd159ad Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Sun, 21 Jun 2020 11:40:16 -0500 Subject: [PATCH] updated deploy instructions --- src/mailsrv/docs/Deploy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mailsrv/docs/Deploy.md b/src/mailsrv/docs/Deploy.md index f72b0e5..6a0b8da 100644 --- a/src/mailsrv/docs/Deploy.md +++ b/src/mailsrv/docs/Deploy.md @@ -64,10 +64,10 @@ Then exit and relogin to refresh the bash hash ``` acme.sh --issue --alpn --pre-hook 'systemctl stop haproxy' \ - --post-hook 'systemctl start haproxy' -d mailtest.alemor.org -acme.sh --install-cert -d mailtest.alemor.org \ + --post-hook 'systemctl start haproxy' -d mail.alemor.org +acme.sh --install-cert -d mail.alemor.org \ --fullchain-file /srv/vol/mailsrv/ssl/fullchain.pem \ - --key-file /srv/vol/mailsrv/ssl/key.pem + --key-file /srv/vol/mailsrv/ssl/privkey.pem ``` ## make users and aliases