paragonie / awesome-appsec

A curated list of resources for learning about application security
https://paragonie.com/projects
MIT License
6.17k stars 730 forks source link

Add Practical introduction to ssl tls #80

Closed Hakky54 closed 2 days ago

Hakky54 commented 1 year ago

Added an example project which has no security. It provides how-to steps to enable encryption with SSL/TLS for three scenarios:

Java spring based web server A variation of http clients which are supported

Helps the person to learn about certificates, keystores, ssl commands and basic web security based on certificates.