File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1257,7 +1257,7 @@ and to expose the certificate's DN to the Symfony application:
12571257
12581258 tls {
12591259 client_auth {
1260- mode verify_if_given # Please refer to the Caddy documentation for more information
1260+ mode verify_if_given # check the Caddy documentation for more information
12611261 trusted_ca_cert_file /path/to/my-custom-CA.pem
12621262 }
12631263 }
@@ -1270,7 +1270,7 @@ and to expose the certificate's DN to the Symfony application:
12701270
12711271 # Environment variables for other certificate fields that you might need.
12721272 # They are not used by Symfony, but you can use them in your application.
1273- # All placeholders can be found at https://caddyserver.com/docs/caddyfile/concepts#placeholders
1273+ # See all placeholders: https://caddyserver.com/docs/caddyfile/concepts#placeholders
12741274 env SSL_CLIENT_S_FINGERPRINT {tls_client_fingerprint}
12751275 env SSL_CLIENT_S_CERTIFICATE {tls_client_certificate_der_base64}
12761276 env SSL_CLIENT_S_ISSUER {tls_client_issuer}
You can’t perform that action at this time.
0 commit comments