Skip to content

Commit d0c2717

Browse files
authored
Merge pull request xapi-project#3323 from thomassa/prefer-non-wildcard
CP-25372: vdi_nbd_server_info subject: update doc
2 parents 964ff8c + d4f036e commit d0c2717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/idl/datamodel.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6730,7 +6730,7 @@ module Vdi_nbd_server_info = struct
67306730
field ~qualifier:DynamicRO ~lifecycle ~ty:String "address" "An address on which the server can be reached; this can be IPv4, IPv6, or a DNS name.";
67316731
field ~qualifier:DynamicRO ~lifecycle ~ty:Int "port" "The TCP port";
67326732
field ~qualifier:DynamicRO ~lifecycle ~ty:String "cert" "The TLS certificate of the server";
6733-
field ~qualifier:DynamicRO ~lifecycle ~ty:String "subject" "For convenience, this redundant field holds a subject of the certificate.";
6733+
field ~qualifier:DynamicRO ~lifecycle ~ty:String "subject" "For convenience, this redundant field holds a DNS (hostname) subject of the certificate. This can be a wildcard, but only for a certificate that has a wildcard subject and no concrete hostname subjects.";
67346734
] ()
67356735
end
67366736
let vdi_nbd_server_info = Vdi_nbd_server_info.vdi_nbd_server_info

0 commit comments

Comments
 (0)