File tree 1 file changed +2
-2
lines changed
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:
1257
1257
1258
1258
tls {
1259
1259
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
1261
1261
trusted_ca_cert_file /path/to/my-custom-CA.pem
1262
1262
}
1263
1263
}
@@ -1270,7 +1270,7 @@ and to expose the certificate's DN to the Symfony application:
1270
1270
1271
1271
# Environment variables for other certificate fields that you might need.
1272
1272
# 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
1274
1274
env SSL_CLIENT_S_FINGERPRINT {tls_client_fingerprint}
1275
1275
env SSL_CLIENT_S_CERTIFICATE {tls_client_certificate_der_base64}
1276
1276
env SSL_CLIENT_S_ISSUER {tls_client_issuer}
You can’t perform that action at this time.
0 commit comments