CORDA-1934 Renaming INTERMEDIATE_CA certificate role to DOORMAN_CA certificate role (#3878)

This commit is contained in:
Michal Kit
2018-09-06 10:13:42 +01:00
committed by josecoll
parent 205d3c3797
commit 2b9838d7f7
3 changed files with 11 additions and 9 deletions

View File

@ -341,7 +341,7 @@ enum class CertificateType(val keyUsage: KeyUsage, vararg val purposes: KeyPurpo
KeyPurposeId.id_kp_clientAuth,
KeyPurposeId.anyExtendedKeyUsage,
isCA = true,
role = CertRole.INTERMEDIATE_CA
role = CertRole.DOORMAN_CA
),
NETWORK_MAP(