Description: This is an artcile describe the SSL topics
Secure Transport (SSL/TLS) for application quite vital for modern application. There are some web server (e.g. Caddy) by designe to have SSL connection builtin, but it is still very vital to know how to generate a SSL certificate for your development environment or internal infrastructure with different tools.
Let’s Encrypt are very common tools to request a free SSL certificates for free and assign to your web application.
OpenSSL is a very commonly used software for generate certificate or CSR (certificate signing request)
This page is a summarize of my knowledge about the SSL certificates. We also includes some how-to articles.