Questions tagged [x509]

X.509 is an ITU-T standard commonly used for public key infrastructure (PKI) and for privilege management infrastructure (PMI).

X.509 is an ITU-T standard for privilege management infrastructure (PMI) and a public key infrastructure (PKI).

Related articles

107 questions
-1
votes
2 answers

client x.509 based authorization on apache

I want to give my users the ability to login with their own personal x.509 certificates. The user supply me (the account registration script) his/her x.509 public key. Apache should only accept the known public keys (specified in a file similar to…
burnersk
  • 2,056
  • 5
  • 27
  • 39
-1
votes
1 answer

How to verify signed file?

How to check a validity of a file using openssl and cms? I've got a file (foo.bin) and a signature (foo.bin.cms) which is include x509 der format certificate. is there any way to check validity of the file with it cert? I can find SHA256 of…
Nav Boom
  • 3
  • 1
1 2 3 4 5 6 7
8