smallstep / hello-mtls

:wave: Docs demonstrating mutual TLS configurations in various technologies
Apache License 2.0
93 stars 26 forks source link

Find a way to educate on cipher suites #35

Open alanchrt opened 5 years ago

alanchrt commented 5 years ago

Either by linking to a blog post/docs generally, adding links per technology, or adding the ciphers directly to code snippets.

QuingKhaos commented 4 years ago

It would be possible to use the (JSON of the Mozilla SSL Generator)[https://wiki.mozilla.org/Security/Server_Side_TLS#JSON_version_of_the_recommendations] and parse this with templating into the config files too. Either intermediate or modern configuration?