mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
install: trust IPA CA for PKINIT
Trust IPA CA to issue PKINIT KDC and client authentication certificates in the IPA certificate store. https://pagure.io/freeipa/issue/6831 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
52730c786f
commit
01a7416d30
@@ -66,6 +66,8 @@ EKU_SERVER_AUTH = '1.3.6.1.5.5.7.3.1'
|
||||
EKU_CLIENT_AUTH = '1.3.6.1.5.5.7.3.2'
|
||||
EKU_CODE_SIGNING = '1.3.6.1.5.5.7.3.3'
|
||||
EKU_EMAIL_PROTECTION = '1.3.6.1.5.5.7.3.4'
|
||||
EKU_PKINIT_CLIENT_AUTH = '1.3.6.1.5.2.3.4'
|
||||
EKU_PKINIT_KDC = '1.3.6.1.5.2.3.5'
|
||||
EKU_ANY = '2.5.29.37.0'
|
||||
EKU_PLACEHOLDER = '1.3.6.1.4.1.3319.6.10.16'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user