From 5af7bd6a0194a966f96df63f6fb7cd75811d89ff Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sat, 28 Jan 2017 22:41:47 -0800 Subject: [PATCH] docs: Fix a typo in TLS doc description --- docs/tls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tls/README.md b/docs/tls/README.md index c879798d7..826423137 100644 --- a/docs/tls/README.md +++ b/docs/tls/README.md @@ -1,6 +1,6 @@ # How to secure access to Minio server with TLS [![Slack](https://slack.minio.io/slack?type=svg)](https://slack.minio.io) -In this document, we will configure Minio servers with TLS certificates. Steps for Windows could be found [here](https://github.com/minio/minio/blob/master/docs/configure-minio-with-gnutls-windows.md). +In this document, we will configure Minio servers with TLS certificates for both Linux and Windows. ## 1. Prerequisites