From f06df3a906a59bb81100fce036c7619c30595bc8 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 11 Jul 2018 09:42:57 +0200 Subject: [PATCH] update readme --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fba72ad..6bb3678 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ used by the client in order to validate the server's certificate. - warn if the CA certificate is about to expire (<30 days till expiration) - regenerate the CA certificate if it finds it has expired -> - The CA certificate will be valid for 3650 days (10 years) -> - The server certifcate will be valid for 365 days (1 year) -> - The x509 certs are ECDSA with prime256v1 curve and SHA256 signatures +> The CA certificate will be valid for 3650 days (10 years) +> The server certifcate will be valid for 365 days (1 year) +> The x509 certs are ECDSA with prime256v1 curve and SHA256 signatures ## Examples @@ -93,8 +93,3 @@ script in the following Linux distributions: - CentOS 7 > Alpine 3.4 - as it has old getent which [misses](https://git.alpinelinux.org/cgit/aports/commit/?id=2e4493888fff74afc6a6ef6257aeea469df32af5) ahostsv4 - -## Drawbacks - -- [operational] it requires self-signed CA certs shared when running multiple -Minio (or any other) servers;