Skip to content

Commit 820e943

Browse files
committed
Tweaks
1 parent 1cf6a6c commit 820e943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)