This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 1acdaba2 Update letsencrypt instructions
1acdaba2 is described below
commit 1acdaba2f3fb6aaaf3cd2e94ecc7ae8ace32a054
Author: Sebb <[email protected]>
AuthorDate: Wed Aug 23 14:28:47 2023 +0100
Update letsencrypt instructions
---
DEPLOYMENT.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index 3ef3a395..c8fcd031 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -82,8 +82,8 @@ and running - these are only needed for a new deployment.
* Ensure that the IP address is static, and has been added to the list of
allowed mail relays
- * Run the following command to create an SSL cert (see
[tutorial](https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-18-04)
for details):
- * `/x1/srv/git/letsencrypt/letsencrypt-auto --apache -d whimsy.apache.org
-d whimsy6.apache.org -d whimsy-vm6.apache.org -d whimsy-test.apache.org`
+ * Set up a new SSL cert: this can be done using some files that should be
set up by Puppet. You will need root access to whimsy.apache.org as well in
order to set up the challenge.
+ * run /root/getcert.sh; this will prompt for input using
/root/authenticator.sh and cleanup using /root/cleanup.sh
* The SVN settings should now be set up in whimsy-vm5 and later (Puppet 6)