Configuring Apache to use SSL: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 9: Line 9:


<!--T:11-->
<!--T:11-->
There are two main ways to create a certificate: a certificate signed by a third party signing authority and a self-signed certificate. In most cases you will want a certificate signed by a third party, especially now since it is very easy to do using Let's Encrypt, as described below. However, there may be some cases, such as testing, where you may still want to create a self-signed certificate instead. With this method, data sent to and from your web server will be encrypted, however, there is no third party involved vouching for the validity of your web server. For this reason, visitors to your site will still get a warning about the security of your site. If you have a public-facing site you probably do not want to use a self-signed certificate.
There are two main ways to create a certificate: a certificate signed by a third party signing authority and a self-signed certificate. In most cases you will want a certificate signed by a third party since it is very easy to do using Let's Encrypt, as described below. However, there may be some cases, such as testing, where you may still want to create a self-signed certificate instead. With this method, data sent to and from your web server will be encrypted, however, there is no third party involved vouching for the validity of your web server. For this reason, visitors to your site will still get a warning about the security of your site. If you have a public-facing site you probably do not want to use a self-signed certificate.


<!--T:12-->
<!--T:12-->
rsnt_translations
56,430

edits