IT-Security

From wiki.samerhijazi.net
Revision as of 15:46, 21 March 2022 by Samerhijazi (talk | contribs) (Created page with "=Authentication= =Ref.= * https://www.learninjava.com/convert-p12-to-jks-and-pem-to-jks/ =Initial= * X.509 Certificates encoding formats and file extensions. <pre class="text"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Authentication

Ref.

Initial

  • X.509 Certificates encoding formats and file extensions.
* Base64-ASCII: PEM >>> *.pem, *.crt, *.cer, *.key
* Base64-ASCII: PKCS#7 >>> *.p7b, *.p7c
* Binary: DER >>> *.der, *.cer
* Binary: PKCS#12 >>> *.pfx, *.p12