clientcertificaten
Client certificates are digital credentials used to authenticate clients to servers in TLS communications, forming the core of mutual TLS (mTLS). An X.509 certificate issued to a client binds a public key to an identity and is issued by a trusted certificate authority. The certificate contains identifying information, a public key, a validity period, and usage attributes that designate it for client authentication.
During a TLS handshake configured for mTLS, the server requests a client certificate. The client sends a
Client certificates are issued by public or private PKI and are commonly stored on client devices in
Use cases include enterprise VPNs and web services APIs that require strong client authentication, IoT devices