OBJECT

ClusterWebSignedCertificateReply

Description

Supported in v5.2+

link GraphQL Schema definition

  • type ClusterWebSignedCertificateReply {
  • # Required. Supported in v5.2+
  • # A Boolean value that indicates if the web server is configured to use a
  • # certificate signed by an external CA.
  • webServerConfiguredWithCaSignedCertificate: Boolean!
  • # Supported in v5.2+
  • # Signed certificate of the web server.
  • cert: AddClusterCertificateReply
  • }