Merge pull request #9135 from MatthewBellwood/patch-1

Added link to broaden description on SSL sertificates
This commit is contained in:
Robbie Averill 2019-07-18 16:58:15 +02:00 committed by GitHub
commit 9a39ec473a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ In a typical Silverstripe set up, you will only need to use a single host to fun
In some cases, however, you may be required to connect to a database on a remote host. Connecting to a remote host without SSL encryption exposes your data to [packet sniffing](http://www.linuxjournal.com/content/packet-sniffing-basics) and may compromise the security of your Silverstripe instance.
This article demonstrates how to generate SSL certificates using MySQL and implementing them in Silverstripe.
This article demonstrates how to generate [SSL certificates](https://hosting.review/web-hosting-glossary/#12) using MySQL and implementing them in Silverstripe.
<div class="notice" markdown='1'>
This article assumes that you have `MySQL` and `OpenSSL` installed.