export interface SSLMetadataT {
    enabled?: boolean;
    privateKey?: string;
    certificate?: string;
}
