Skip to content
Snippets Groups Projects
Forked from 713 / Warden / Warden - archive
28 commits behind the upstream repository.
warden_ra.cfg.dist 799 B
{
    "Log": {
        "filename": "/var/log/warden_ra.log",
        "level": "info"
    },
    "Registry": {

// Example configuration for OpenSSL CA backend
//        "type": "OpenSSLRegistry",
//        "base_dir": "/var/spool/example-ca",
//        "subject_dn_template": "DC=cz,DC=example-ca,DC=warden,CN=%s"

// Example configuration for EJBCA backend
//        "type": "EjbcaRegistry",
//        "url": "https://ejbca.example.org/ejbca/ejbcaws/ejbcaws?wsdl",
//        "cert": "warden_ra.cert.pem",
//        "key": "warden_ra.key.pem",
//        "ca_name": "Example CA",
//        "certificate_profile_name": "Example",
//        "end_entity_profile_name": "Example EE",
//        "subject_dn_template": "DC=cz,DC=example-ca,DC=warden,CN=%s",
//        "username_suffix": "@warden"

    }
}