mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
More for privateKey tweak
This commit is contained in:
parent
0e8c2d5a54
commit
52ace4554e
1 changed files with 2 additions and 2 deletions
|
|
@ -45,11 +45,11 @@ attribute. The private key values are encoded in PKCS#8 format.
|
|||
It is essential that access to these attributes be
|
||||
properly secured with ACLs. Both of these attributes inherit
|
||||
from the
|
||||
.B x509PrivateKey
|
||||
.B pKCS8PrivateKey
|
||||
attribute, so it is sufficient to use a single ACL rule like
|
||||
|
||||
.nf
|
||||
access to attrs=x509PrivateKey by self ssf=128 write
|
||||
access to attrs=pKCS8PrivateKey by self ssf=128 write
|
||||
.fi
|
||||
|
||||
at the beginning of the rules.
|
||||
|
|
|
|||
Loading…
Reference in a new issue