From 9c56c72464c973784e2d1e1ccc55ebceecca4157 Mon Sep 17 00:00:00 2001 From: tobilarscheid Date: Thu, 11 May 2017 08:04:17 +0200 Subject: [PATCH] fix header name --- examples/auth/client-certs/nginx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auth/client-certs/nginx/README.md b/examples/auth/client-certs/nginx/README.md index d419d5dc1..730a802fa 100644 --- a/examples/auth/client-certs/nginx/README.md +++ b/examples/auth/client-certs/nginx/README.md @@ -87,4 +87,4 @@ The curl version used here was ``curl 7.47.0`` ## Which certificate was used for authentication? -In your backend application you might want to know which certificate was used for authentication. For this purpose, we pass the full certificate in PEM format to the backend in the `ssl_client_cert` header. +In your backend application you might want to know which certificate was used for authentication. For this purpose, we pass the full certificate in PEM format to the backend in the `ssl-client-cert` header.