Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5079a31078 |
@@ -27,7 +27,7 @@ if [ ! -d "$CERT" ]; then
|
||||
|
||||
{% else %}
|
||||
|
||||
{% if certbot_freeipa %}
|
||||
{% if certbot_freeipa | default (false) %}
|
||||
systemctl stop httpd
|
||||
{% endif %}
|
||||
|
||||
@@ -40,7 +40,7 @@ if [ ! -d "$CERT" ]; then
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if certbot_freeipa %}
|
||||
{% if certbot_freeipa | default (false) %}
|
||||
systemctl start httpd
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user