SetHubCARequest: {
    caCertPem: string;
    challengeCertPem: string;
    hubId: string;
    region?: Region;
}

Type declaration

  • caCertPem: string

    CA's PEM-encoded certificate.

  • challengeCertPem: string

    Challenge is a PEM-encoded certificate that acts as proof of possession of the CA. It must be signed by the CA, and have a Common Name equal to the Hub ID.

  • hubId: string

    Hub ID.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.