python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
pem to PrivateKey without bouncycaslte
I have the following bountycastle code and I need to switch it to use plain java only:
private PrivateKey getPrivateKeyFromCertificate(String certificate) throws Exception {
PEMParser parser = new...
Gavriel
Votes: 0
Answers: 0
krb5kdc client name mismatch in FreeIPA, authentication by certificate
the situation is that I am creating a user certificate for FreeIPA using standard certificate creation profiles. But every time I see the message "Client name mismatch" when I try to log in ...
оронтин Шестой
Votes: 0
Answers: 1
Find out all SSL chain to root using PHP
I'm looking for a way to find all SSL chain from domain name to root.
I use openssl_x509_parse with stream_context_create. I got the certificate, issuer etc. From there I'm having a hardway finding th...
James
Votes: 0
Answers: 0
How to get server certificate information with SocketsHttpHandler in .NET
My service uses SocketHttpHandler to download web contents and sends back to clients. I am trying to pass server certificate information, too.
I know that SocketsHttpHandler has a property to specify ...
Han
Votes: 0
Answers: 0