Argo CD API Client
    Preparing search index...

    Interface ArgoCdCertificate

    Argo CD repository certificate.

    interface ArgoCdCertificate {
        certData?: string;
        certInfo?: string;
        certSubType?: string;
        certType?: string;
        serverName?: string;
    }
    Index

    Properties

    certData?: string

    PEM-encoded certificate data (https) or public key (ssh).

    certInfo?: string

    Human-readable info (e.g. key fingerprint).

    certSubType?: string

    Certificate sub-type (e.g. ssh-rsa, ecdsa-sha2-nistp256).

    certType?: string

    Certificate type (ssh or https).

    serverName?: string

    Hostname the certificate is for.