Skip to content

Commit

Permalink
fixup! REQ-403 add cert checking for clusterd
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Lindig <christian.lindig@citrix.com>
  • Loading branch information
lindig committed Feb 23, 2022
1 parent 9dcc691 commit fbe11d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi-idl/cluster/cluster_interface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type cluster_config_and_all_members = cluster_config * all_members
type tls_config = {
server_pem_path: string (** Path containing private and public keys *)
; cn: string
(** CN used for verification, typically host UUID, ignored otherwise *)
(** CN used for verification, currently "xapi-cluster" *)
; trusted_bundle_path: string option
(** Path to CA bundle containing used for verification.
Can contain multiple (public) certificates. None = no verification *)
Expand Down

0 comments on commit fbe11d3

Please sign in to comment.