libp2p
    Preparing search index...

    Interface TransportCertificate

    PEM format server certificate and private key

    interface TransportCertificate {
        certhash: string;
        pem: string;
        privateKey: string;
    }
    Index

    Properties

    certhash: string

    The hash of the certificate

    pem: string

    PEM format certificate

    privateKey: string

    The private key for the certificate in PEM format