Difference between revisions of "TLS"
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | 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]]. | |
− | This page is mainly about adding | ||
If you have a website or other online resources, you should be running them on a '''Secure''' webserver. If you need help, call {{CompanyName}}. We can secure your site very quickly and very cost-effectively, using the highest grade security measures. | If you have a website or other online resources, you should be running them on a '''Secure''' webserver. If you need help, call {{CompanyName}}. We can secure your site very quickly and very cost-effectively, using the highest grade security measures. | ||
Line 7: | Line 6: | ||
Instantly check your site's security grade at https://www.ssllabs.com/ssltest/analyze.html (you can also append the domain name like so: ?d=equality-tech.com) | Instantly check your site's security grade at https://www.ssllabs.com/ssltest/analyze.html (you can also append the domain name like so: ?d=equality-tech.com) | ||
− | == | + | == Upgraded Security == |
− | + | We used to run certificates from StartSSL because they offer free one-year certificates. However, today we upgraded to using 'LetsEncrypt' and our certificates are both more secure and easier to manage. Instead of a "B" grade, we now have "A" grade security. | |
− | + | [[File:AGrade.png|left|500px]] [[File:BGrade.png|right|500px]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Resources == | == Resources == | ||
# [[wp:Transport Layer Security|Transport Layer Security]] | # [[wp:Transport Layer Security|Transport Layer Security]] | ||
+ | # https://letsencrypt.org/getinvolved/ | ||
# https://wiki.mozilla.org/Security/Server_Side_TLS | # https://wiki.mozilla.org/Security/Server_Side_TLS | ||
# https://security.stackexchange.com/ | # https://security.stackexchange.com/ | ||
# [https://httpd.apache.org/docs/2.4/ssl/ Apache docs] | # [https://httpd.apache.org/docs/2.4/ssl/ Apache docs] | ||
− | |||
− | |||
[[Category:Security]] | [[Category:Security]] | ||
[[Category:System Administration]] | [[Category:System Administration]] |
Revision as of 14:38, 23 April 2016
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.
If you have a website or other online resources, you should be running them on a Secure webserver. If you need help, call eQuality Technology. We can secure your site very quickly and very cost-effectively, using the highest grade security measures.
Security Check[edit | edit source]
Instantly check your site's security grade at https://www.ssllabs.com/ssltest/analyze.html (you can also append the domain name like so: ?d=equality-tech.com)
Upgraded Security[edit | edit source]
We used to run certificates from StartSSL because they offer free one-year certificates. However, today we upgraded to using 'LetsEncrypt' and our certificates are both more secure and easier to manage. Instead of a "B" grade, we now have "A" grade security.