Questions tagged [client-certificates]

Client authentication during TLS handshake is facilitated by X.509 certificates.

Using a Client Certificate from Azure Key Vault in a Python Azure Function App HTTPS Request

My aim is to initiate an HTTPS-Request from a Python Azure Function App while authenticating the request using a client certificate stored in an Azure Key Vault. During testing, I successfully executed the HTTPS-Request with the pkcs12 container loaded fr ...

Leveraging NPM for authorization with an external Sonatype Nexus repository utilizing a PKCS12 client certificate

At my workplace, we primarily deal with Java applications and artifacts. Our Sonatype Nexus repository is set up to authenticate requests using both its built-in user system and PKCS12 client certificates validated against a local CA (at least that's ...