libp2p
    Preparing search index...

    Interface TLSCertificate

    A certificate that can be used to secure connections

    interface TLSCertificate {
        cert: string;
        key: string;
    }
    Index

    Properties

    Properties

    cert: string

    The certificate chain in PEM format

    key: string

    The private key that corresponds to the certificate in PEM format