More for privateKey tweak

Leave olcTLSCertificateKey as its own attr, not a subtype
This commit is contained in:
Howard Chu 2018-12-18 21:59:59 +00:00
parent 52ace4554e
commit d8f8a60be8

View file

@ -796,7 +796,8 @@ static ConfigTable config_back_cf_table[] = {
#endif
"( OLcfgGlAt:99 NAME 'olcTLSCertificateKey' "
"DESC 'X.509 privateKey, must use ;binary' "
"SUP pKCS8PrivateKey SINGLE-VALUE )", NULL, NULL },
"EQUALITY privateKeyMatch "
"SYNTAX 1.2.840.113549.1.8.1.1 SINGLE-VALUE )", NULL, NULL },
{ "TLSCertificateKeyFile", NULL, 2, 2, 0,
#ifdef HAVE_TLS
CFG_TLS_CERT_KEY|ARG_STRING|ARG_MAGIC, &config_tls_option,