From 14679621a8c68ebb9ae833bb84f923061e63f7a3 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 31 Oct 2018 16:16:21 +0100 Subject: [PATCH] Fix ordering Signed-off-by: Pierre-Yves Chibon --- roles/certbot/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/certbot/README b/roles/certbot/README index 724a4a33e6..b60ccf4984 100644 --- a/roles/certbot/README +++ b/roles/certbot/README @@ -10,7 +10,7 @@ To use it: RewriteEngine on RewriteRule ^/\.well-known/(.*) /srv/web/acme-challenge/.well-known/$1 [L] -2) ssh to the relevant box +3) ssh to the relevant box # TODO: Fix selinux stuff - the cron won't work until it's fixed either. service httpd graceful @@ -19,7 +19,7 @@ To use it: /srv/web/acme-challenge/ -d YOURINSTANCE.fedorainfracloud.org setenforce 1 -3) Add your SSL VirtualHost. An Ansible template with something like this +4) Add your SSL VirtualHost. An Ansible template with something like this should possibly work: