Skip to content

GraphQL Schema Reference

VectrSSLConfigInput

GraphQL Schema definition

  • input VectrSSLConfigInput {
  • # public x509 certificate (contents should include 'BEGIN CERTIFICATE')
  • crt: String!
  • # private key (contents should include 'BEGIN PRIVATE KEY')
  • key: String!
  • }

Require by