aoache_vhost: include LE certificate generation - WIP

This commit is contained in:
2020-05-09 22:24:32 +02:00
parent ac6c75c19f
commit 65c00099ef
4 changed files with 49 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ apache_access_log: "{{ apache_base_dir}}/logs/access_log"
apache_php_socket: "{{ apache_base_dir }}/php-fpm.sock"
apache_use_php: true
apache_use_ssl: true
apache_use_certbot: true
apache_ssl_certificate: "/etc/letsencrypt/live/{{ apache_server_name }}/cert.pem"
apache_ssl_chain: "/etc/letsencrypt/live/{{ apache_server_name }}/fullchain.pem"
apache_ssl_key: "/etc/letsencrypt/live/{{ apache_server_name }}/privkey.pem "