master
Andy 6 years ago
parent 734c1b3938
commit d62b58ba26
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

@ -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.

Loading…
Cancel
Save