aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nginx-cloudflare-mtls/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nginx-cloudflare-mtls/README.md')
-rw-r--r--roles/nginx-cloudflare-mtls/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/roles/nginx-cloudflare-mtls/README.md b/roles/nginx-cloudflare-mtls/README.md
deleted file mode 100644
index 081cacb..0000000
--- a/roles/nginx-cloudflare-mtls/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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.