Top "Pki" questions

Public Key Infrastructure

Renewing a Certificate using PowerShell

I am trying to renew a certificate (on my local machine) that is going to expire shortly. I know to …

powershell certificate pki
Asymmetric Encryption and Decryption

Let us say that I use the algorithm on this site to encrypt and decrypt data with public-private keys: Public …

c# encryption cryptography pki
How can I choose a different client certificate in Firefox?

When I choose a client certificate in Firefox (or cancel choosing none), Firefox seems to remember this decision even though …

firefox pki
How do you convert a .CSR / p10 / PKCS#10 file to .DER format in java?

How do you convert a .CSR (a.k.a. p10 or PKCS#10) file to .DER format in java? Here is …

java pki pem csr certutil
How does one access the raw ECDH public key, private key and params inside OpenSSL's EVP_PKEY structure?

I'm using OpenSSL's c library to generate an elliptic curve Diffie-Hellman (ECDH) key pair, following the first code sample here. …

c openssl pki elliptic-curve diffie-hellman
Created a certificate using SecCertificateCreateWithData on iOS

I want to create a certificate programmatically within an iOS app. The closest API I could find is SecCertificateCreateWithData which …

ios security pki
Apache authentication via DOD PKI CAC

How does one implement Apache (within Linux) authentication using Department of Defense CAC cards? I've heard it can be done …

apache pki cac
Unencrypted SSL protocol?

Is it possible to send a message over https that isn't encrypted? For example, require that certificate validation and authorization …

encryption ssl https certificate pki
SSL Client certificate Microsoft Edge

I am having issue with Client Side certificates in MS Edge browser, Window 10. Basically my PKI structure is following: RootCA(…

ssl microsoft-edge pki
Signing certificate request with certificate authority

I want to use TLS mutual authentication to authenticate a client on a API made in go. I've created a …

go x509certificate tls1.2 pki mutual-authentication