Fix ordering
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
ae88d14aeb
commit
14679621a8
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ To use it:
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteRule ^/\.well-known/(.*) /srv/web/acme-challenge/.well-known/$1 [L]
|
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.
|
# TODO: Fix selinux stuff - the cron won't work until it's fixed either.
|
||||||
service httpd graceful
|
service httpd graceful
|
||||||
|
@ -19,7 +19,7 @@ To use it:
|
||||||
/srv/web/acme-challenge/ -d YOURINSTANCE.fedorainfracloud.org
|
/srv/web/acme-challenge/ -d YOURINSTANCE.fedorainfracloud.org
|
||||||
setenforce 1
|
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:
|
should possibly work:
|
||||||
|
|
||||||
<VirtualHost {{public_ip}}:443 _default_:443>
|
<VirtualHost {{public_ip}}:443 _default_:443>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue