Skip to content

Commit

Permalink
REQ-403 rebase and fix formatting
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 28, 2022
1 parent afa8606 commit 5a7056a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ocaml/xapi-idl/cluster/cluster_interface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,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, currently "xapi-cluster" *)
; cn: string (** 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 5a7056a

Please sign in to comment.