Added nginx roles.

This commit is contained in:
jefferyfry
2020-04-28 21:08:09 -07:00
parent 2a6ff2b5db
commit 38d2524ee1
20 changed files with 333 additions and 136 deletions

View File

@@ -1,4 +0,0 @@
{% set cert = certificate_key.split('|') %}
{% for line in cert %}
{{ line }}
{% endfor %}

View File

@@ -1,4 +0,0 @@
{% set cert = certificate.split('|') %}
{% for line in cert %}
{{ line }}
{% endfor %}