minio/pkg/certs
Andreas Auernhammer d8eb7d3e15
kms: replace KES client implementation with minio/kes (#12207)
This commit replaces the custom KES client implementation
with the KES SDK from https://github.com/minio/kes

The SDK supports multi-server client load-balancing and
requests retry out of the box. Therefore, this change reduces
the overall complexity within the MinIO server and there
is no need to maintain two separate client implementations.

Signed-off-by: Andreas Auernhammer <aead@mail.de>
2021-05-10 18:15:11 -07:00
..
ca-certs.go kms: replace KES client implementation with minio/kes (#12207) 2021-05-10 18:15:11 -07:00
ca-certs_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
cert_pool_nix.go update license change for MinIO 2021-04-23 11:58:53 -07:00
cert_pool_windows.go update license change for MinIO 2021-04-23 11:58:53 -07:00
certs.go update license change for MinIO 2021-04-23 11:58:53 -07:00
certs_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
event.go update license change for MinIO 2021-04-23 11:58:53 -07:00
event_linux.go update license change for MinIO 2021-04-23 11:58:53 -07:00
event_others.go update license change for MinIO 2021-04-23 11:58:53 -07:00
new-private.key certs: refactor cert manager to support multiple certificates (#10207) 2020-09-03 23:33:37 -07:00
new-public.crt certs: refactor cert manager to support multiple certificates (#10207) 2020-09-03 23:33:37 -07:00
original-private.key certs: refactor cert manager to support multiple certificates (#10207) 2020-09-03 23:33:37 -07:00
original-public.crt certs: refactor cert manager to support multiple certificates (#10207) 2020-09-03 23:33:37 -07:00
private.key certs: refactor cert manager to support multiple certificates (#10207) 2020-09-03 23:33:37 -07:00
public.crt certs: refactor cert manager to support multiple certificates (#10207) 2020-09-03 23:33:37 -07:00
server.crt Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
server.key Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00