hetzner-ts
    Preparing search index...

    Interface CreateCertificateParams

    interface CreateCertificateParams {
        certificate: string;
        labels?: Record<string, string>;
        name: string;
        private_key: string;
    }
    Index

    Properties

    certificate: string
    labels?: Record<string, string>
    name: string
    private_key: string