From 4b29f06de26d62621ff5bab773dafbd1efde881f Mon Sep 17 00:00:00 2001 From: MatthewBellwood <52526937+MatthewBellwood@users.noreply.github.com> Date: Thu, 18 Jul 2019 17:44:52 +0300 Subject: [PATCH] Added link to broaden description on SSL sertificates --- .../01_Installation/How_To/MySQL_SSL_Support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/00_Getting_Started/01_Installation/How_To/MySQL_SSL_Support.md b/docs/en/00_Getting_Started/01_Installation/How_To/MySQL_SSL_Support.md index 5a4532ab2..9dc30c45e 100644 --- a/docs/en/00_Getting_Started/01_Installation/How_To/MySQL_SSL_Support.md +++ b/docs/en/00_Getting_Started/01_Installation/How_To/MySQL_SSL_Support.md @@ -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.
This article assumes that you have `MySQL` and `OpenSSL` installed.