matrix-docker-ansible-deploy/roles/matrix-nginx-proxy/tasks/ssl
Slavi Pantaleev 5c821b581a Check fullchain.pem, not cert.pem
While using certbot means we'll have both files retrieved,
it's actually the fullchain.pem file that we use in nginx configuration.

Using that one for the check makes more sense.
2019-05-21 11:58:18 +09:00
..
main.yml Add 'none' SSL certificate retrieval method 2019-02-01 16:50:25 +02:00
setup_ssl_lets_encrypt.yml Make error about unset matrix_ssl_lets_encrypt_support_email more descriptive 2019-04-28 11:02:17 +03:00
setup_ssl_lets_encrypt_obtain_for_domain.yml Check fullchain.pem, not cert.pem 2019-05-21 11:58:18 +09:00
setup_ssl_manually_managed.yml Make roles more independent of one another 2019-01-16 18:05:48 +02:00
setup_ssl_manually_managed_verify_for_domain.yml Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
setup_ssl_self_signed.yml Make roles more independent of one another 2019-01-16 18:05:48 +02:00
setup_ssl_self_signed_obtain_for_domain.yml Fix ownership of generated self-signed certificates (root -> matrix) 2019-02-02 17:32:13 +02:00