You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> The name of the SecretClass, this is what `caCert.secretClass` above refers to.
68
+
<2> The name of the Secret created above, which holds the CA certificate in its `ca.crt` entry. `ca.key` is not required for server verification.
69
+
<3> The namespace the Secret lives in.
70
+
<4> Disables CA generation so that the Secret Operator uses the provided CA as-is instead of generating its own. This is the default and may be omitted.
71
+
51
72
=== Mutual verification
52
73
This example will use TLS and verify both - the server and the client using certificates.
53
74
For this to work you need to create a xref:secret-operator:secretclass.adoc[] containing the ca certificate and a key to create new client-certificates.
0 commit comments