update
This commit is contained in:
parent
734c1b3938
commit
d62b58ba26
@ -1,5 +1,8 @@
|
|||||||
# gencert
|
# gencert
|
||||||
|
|
||||||
|
This script generates x509 server certificate (with all IPs in SAN) signed by a
|
||||||
|
self-signed CA.
|
||||||
|
|
||||||
## Purpose
|
## Purpose
|
||||||
- This script will always produce a self-signed x509 certificate in the
|
- This script will always produce a self-signed x509 certificate in the
|
||||||
current path with the IP addresses embedded to x509's SAN.
|
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.
|
used by the client in order to validate the server's certificate.
|
||||||
|
|
||||||
## Application
|
## 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
|
- This script has been created in order to ease the Minio's SSE-C
|
||||||
(Server Side Encryption - Customer provided keys) enablement when
|
(Server Side Encryption - Customer provided keys) enablement when
|
||||||
Minio server is running as a backend behind a reverse proxy like Traefik.
|
Minio server is running as a backend behind a reverse proxy like Traefik.
|
||||||
|
Loading…
Reference in New Issue
Block a user