mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
More for privateKey tweak
Leave olcTLSCertificateKey as its own attr, not a subtype
This commit is contained in:
parent
52ace4554e
commit
d8f8a60be8
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue