ssl-certificate.md
July 15, 2021 · View on GitHub
Bookmarks tagged [ssl-certificate]
www.codever.land/bookmarks/t/ssl-certificate
What Is an X.509 Certificate? - SSL.com
https://www.ssl.com/faqs/what-is-an-x-509-certificate/
X.509 is a standard format for public key certificates, digital documents that securely associate cryptographic key pairs with identities such as websites, individuals, or organizations.
Firs...
- tags: security, glossary, ssl-certificate
PEM, DER, CRT, and CER: X.509 Encodings and Conversions - SSL.com
https://www.ssl.com/guide/pem-der-crt-and-cer-x-509-encodings-and-conversions/
This guide points out the major differences between PEM and DER files and common filename extensions associated with them. It also provides visual examples of each encoding, and illustrates some commo...
- tags: security, ssl-certificate
What you really need to know about securing APIs with mutual certificates
https://nevatech.com/blog/post/What-you-need-to-know-about-securing-APIs-with-mutual-certificates
When configuring Mutual SSL security for your APIs, or when calling somebody else’s API using this security model, pay attention to the 4 typical requirements listed in this article. Always take into ...
- :calendar: published on: 2017-12-12
- tags: ssl, ssl-certificate, rest, api