From 2f0a89a96109ddd77b6053e62b6e8430144a2b84 Mon Sep 17 00:00:00 2001 From: Patrik Fuhrmann Date: Mon, 10 Jun 2019 02:42:37 +0200 Subject: [PATCH 1/2] Adding newline to references More readable this way. Signed-off-by: Patrik Fuhrmann --- docs/tiller_ssl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tiller_ssl.md b/docs/tiller_ssl.md index 3705723fa..703c9e4a8 100644 --- a/docs/tiller_ssl.md +++ b/docs/tiller_ssl.md @@ -312,6 +312,6 @@ If your tiller certificate has expired, you'll need to sign a new certificate, b ## References -https://github.com/denji/golang-tls -https://www.openssl.org/docs/ +https://github.com/denji/golang-tls +https://www.openssl.org/docs/ https://jamielinux.com/docs/openssl-certificate-authority/sign-server-and-client-certificates.html From b4475775fd670ed223479e743960e3b7c5934b61 Mon Sep 17 00:00:00 2001 From: Patrik Fuhrmann Date: Mon, 10 Jun 2019 21:21:41 +0200 Subject: [PATCH 2/2] Making references into list Signed-off-by: Patrik Fuhrmann --- docs/tiller_ssl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tiller_ssl.md b/docs/tiller_ssl.md index 703c9e4a8..8491c2c78 100644 --- a/docs/tiller_ssl.md +++ b/docs/tiller_ssl.md @@ -312,6 +312,6 @@ If your tiller certificate has expired, you'll need to sign a new certificate, b ## References -https://github.com/denji/golang-tls -https://www.openssl.org/docs/ -https://jamielinux.com/docs/openssl-certificate-authority/sign-server-and-client-certificates.html +- https://github.com/denji/golang-tls +- https://www.openssl.org/docs/ +- https://jamielinux.com/docs/openssl-certificate-authority/sign-server-and-client-certificates.html