circu.js
    Preparing search index...

    Interface SelfSignedCertResult

    Self-Signed Certificate Result

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

    Properties

    Properties

    cert: string

    Certificate in PEM format

    key: string

    Private key in PEM format