Ben Meier 3d44f5bf80
*: added client-{client,key}-file parameters for supporting separate client and server certs when communicating between peers
In some environments, the CA is not able to sign certificates with both
'client auth' and 'server auth' extended usage parameters and so an operator
needs to be able to set a seperate client certificate to use when making
requests which is different to the certificate used for accepting requests.
This applies to both proxy and etcd member mode and is available as both a CLI
 flag and config file field for peer TLS.

Signed-off-by: Ben Meier <ben.meier@oracle.com>
2021-02-28 14:37:56 +00:00
..
2018-07-21 15:49:58 -07:00
2015-11-17 20:54:10 -08:00
2018-02-28 17:27:40 -08:00
2016-05-12 20:48:53 -07:00
2020-02-12 11:15:41 -08:00
2018-04-30 15:32:16 -07:00
2021-02-03 03:08:13 -08:00
2018-04-08 14:18:09 -07:00
2021-02-24 22:23:27 +05:30
2021-02-23 11:31:50 +01:00
2021-02-23 11:31:50 +01:00
2014-10-26 16:28:48 -07:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.