From 79404c875dbf20ba783c72b31111c6e2228d28a2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 7 Aug 2022 14:38:49 -0400 Subject: begin rehighlighting of custom info in templates --- content/ejabberd.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'content/ejabberd.md') diff --git a/content/ejabberd.md b/content/ejabberd.md index 0080dba..5a7b716 100644 --- a/content/ejabberd.md +++ b/content/ejabberd.md @@ -53,7 +53,7 @@ The **XMPP hostname** is specified in the `hosts` section of ```yml hosts: - - example.org + - {{}}example.org{{}} ``` ### Certificates @@ -69,7 +69,7 @@ for both the fullchain cert and private key. Using certbot, this process can be easily automated with these commands: ```sh -$DOMAIN=subdomain.example.org +$DOMAIN={{}}subdomain.example.org{{}} certbot --nginx -d $DOMAIN certonly; mkdir -p /etc/ejabberd/certs/$DOMAIN cp /etc/letsencrypt/live/$DOMAIN/fullchain.pem /etc/ejabberd/certs/$DOMAIN cp /etc/letsencrypt/live/$DOMAIN/privkey.pem /etc/ejabberd/certs/$DOMAIN @@ -213,7 +213,7 @@ Then, using `ejabberdctl` as the ejabberd user, register the admin user which is set in `ejabberd.yml`: ```sh -su -c "ejabberdctl register admin example.org password" ejabberd +su -c "ejabberdctl register {{}}admin example.org password{{}}" ejabberd ``` This will create the user **admin@example.org.** @@ -245,13 +245,13 @@ your turnserver: ```yml mod_stun_disco: - secret: "your_auth_secret" + secret: "{{}}your_auth_secret{{}}" services: - - host: turn.example.org + host: {{}}turn.example.org{{}} type: stun - - host: turn.example.org + host: {{}}turn.example.org{{}} type: turn ``` -- cgit v1.2.3