Mayson Monorepo Documentation
    Preparing search index...
    interface EnterpriseEapTls {
        ca_certificate_file?: string;
        client_certificate_file: string;
        private_key_file: string;
        private_key_file_password?: string;
        ssid: string;
    }
    Index

    Properties

    ca_certificate_file?: string

    A File ID representing a PEM file containing the server certificate

    client_certificate_file: string

    A File ID representing a PEM file containing the client certificate

    private_key_file: string

    A File ID representing a PEM file containing the client RSA private key

    private_key_file_password?: string

    Password for the private key file

    ssid: string

    Name of the WiFi network