Skip to content
Snippets Groups Projects
Commit e4bd60a6 authored by Sander Kuusemets's avatar Sander Kuusemets
Browse files

HTTPD

parent 98a2ffe1
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,14 @@
name: firewalld
state: restarted
- name: HTTPD
shell: sed -i 's|SSLEngine on|SSLEngine off|g' /etc/httpd/conf.d/*
- name: HTTPD
service:
name: httpd
state: restarted
- name: Certificates
shell: doveconf -aP | grep -E "^ssl_cert =" | awk -F "<" '{print $2}'
register: ssl_cert
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment