enum io.SslCertFormat

enum SslCertFormat {
    Pem,
    Der,
};