From d62b58ba26f163ecbfaa82b15fefdd5e367f0c7a Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sat, 30 Jun 2018 20:37:16 +0200 Subject: [PATCH] update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc51817..70069c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # gencert +This script generates x509 server certificate (with all IPs in SAN) signed by a +self-signed CA. + ## Purpose - This script will always produce a self-signed x509 certificate in the current path with the IP addresses embedded to x509's SAN. @@ -9,7 +12,7 @@ used by the client in order to validate the server's certificate. ## Application - Backend requiring x509 running behind reverse proxy +### Backend requiring x509 running behind reverse proxy - This script has been created in order to ease the Minio's SSE-C (Server Side Encryption - Customer provided keys) enablement when Minio server is running as a backend behind a reverse proxy like Traefik.