diff --git a/docs/guide-ssl-setup.md b/docs/guide-ssl-setup.md index f2d66b0cb..e7f69b1dc 100644 --- a/docs/guide-ssl-setup.md +++ b/docs/guide-ssl-setup.md @@ -41,7 +41,7 @@ The certificate list should end up looking something like this: ![](img/strust.png) ### GitHub -On [Feburary 22nd]{https://githubengineering.com/crypto-removal-notice/}, GitHub deprectated weak TSL connections. +On [Feburary 22nd](https://githubengineering.com/crypto-removal-notice/), GitHub deprectated weak TSL connections. See SAP note 510007, section 7, for information on how to configure SSL. @@ -49,4 +49,4 @@ Add parameters ``` ssl/client_ciphersuites = 150:PFS:HIGH::EC_P256:EC_HIGH ssl/ciphersuites = 135:PFS:HIGH::EC_P256:EC_HIGH -``` \ No newline at end of file +```