You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When `require` is set, the client must provide a certificate.
77
-
When `accept` is set, the certificate is optional. If the client provides a certificate, it is passed to the app in the X-Forwarded-Client-Cert header, as a semicolon-separated list. For example:
78
-
79
-
```html
80
-
<buttonstyle="margin: 0px;">
81
-
</button>
82
-
83
-
<script>
84
-
consthash='....';
85
-
constcert=`-----BEGIN CERTIFICATE-----
86
-
....
87
-
-----END CERTIFICATE-----`;
88
-
89
-
constchain=`-----BEGIN CERTIFICATE-----
90
-
...
91
-
-----END CERTIFICATE-----`;
92
-
</script>
76
+
77
+
- When `require` is set, the client must provide a certificate.
78
+
79
+
- When `accept` is set, the certificate is optional. If the client provides a certificate, it is passed to the app in the `X-Forwarded-Client-Cert` header, as a semicolon-separated list. For example:
80
+
81
+
> [!NOTE]
82
+
> Before you use the following example, make sure to replace the placeholders surrounded by `<>` with your own values.
0 commit comments