aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/nginx-cloudflare-mtls/README.md
blob: 081cacb9dbc39db2a5e10c59cfe2a215cef2af6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Role "nginx-cloudflare-mtls"

Installs the certificate required for performing mutual TLS authentication
between NGINX and Cloudflare.

To use mutual TLS in your NGINX virtual hosts, add this configuration snippet:

```nginx
ssl_client_certificate {{ nginx_cloudflare_mtls_certificate_path }};
ssl_verify_client on;
```


## Variables

See [role defaults](./defaults/main.yml) for an annotated overview.