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
|`Hash`| The SHA-256 thumbprint of the client certificate. | Use the thumbprint to identify or validate the client certificate. |
100
101
|`Cert`| The base64-encoded client certificate in PEM format (single certificate). | Parse the certificate to inspect metadata such as subject and issuer. |
101
102
|`Chain`| One or more PEM-encoded intermediate certificates. | Provide the intermediate certificates when building a full trust chain for validation. |
0 commit comments