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
I'd like to suggest implementing certificate pinning by adding additional (MDM) configuration parameters:
connection.allow-only-certificate-fingerprints: a list of SHA256 certificate fingerprints. If present, only connections to servers whose certificate SHA256 fingerprint is present in the list will be made. All other connections will be canceled.
connection.allow-only-public-key-fingerprints: a list of SHA256 fingerprints of certificate public keys. If present, only connections to servers whose certificate's public key SHA256 fingerprint is present in the list will be made. All other connections will be canceled.
The text was updated successfully, but these errors were encountered:
I'd like to suggest implementing certificate pinning by adding additional (MDM) configuration parameters:
connection.allow-only-certificate-fingerprints
: a list of SHA256 certificate fingerprints. If present, only connections to servers whose certificate SHA256 fingerprint is present in the list will be made. All other connections will be canceled.connection.allow-only-public-key-fingerprints
: a list of SHA256 fingerprints of certificate public keys. If present, only connections to servers whose certificate's public key SHA256 fingerprint is present in the list will be made. All other connections will be canceled.The text was updated successfully, but these errors were encountered: