TLS: Difference between revisions
From Freephile Wiki
Created page with "This page is mainly about adding TLS for your web servers such as Apache or nginx See the [https://httpd.apache.org/docs/2.4/ssl/ Apache docs] == Resources == # http..." |
No edit summary |
||
Line 1: | Line 1: | ||
This page is mainly about adding TLS for your web servers such as [[Apache]] or [[nginx]] | This page is mainly about adding <abbr title="Transport Layer Security">TLS</abbr> (also commonly referred to by it's predecessor '<abbr title="Secure Sockets Layer">SSL</abbr>') for your web servers such as [[Apache]] or [[nginx]]. | ||
See the [https://httpd.apache.org/docs/2.4/ssl/ Apache docs] | See the [https://httpd.apache.org/docs/2.4/ssl/ Apache docs] | ||
== Resources == | == Resources == | ||
# [[wp:Transport Layer Security|Transport Layer Security]] | |||
# https://letsencrypt.org/getinvolved/ | # https://letsencrypt.org/getinvolved/ | ||
# https://wiki.mozilla.org/Security/Server_Side_TLS | # https://wiki.mozilla.org/Security/Server_Side_TLS |
Revision as of 17:38, 24 April 2015
This page is mainly about adding TLS (also commonly referred to by it's predecessor 'SSL') for your web servers such as Apache or nginx.
See the Apache docs