Adding CRL support in the generated certificates. (#2932)

This commit is contained in:
Michal Kit
2018-04-05 16:39:41 +01:00
committed by GitHub
parent 53a0aae489
commit c8b58a601f
3 changed files with 83 additions and 11 deletions

View File

@ -40,6 +40,7 @@ fun freshCertificate(identityService: IdentityService,
val ourCertificate = X509Utilities.createCertificate(
CertificateType.CONFIDENTIAL_LEGAL_IDENTITY,
issuerCert.subjectX500Principal,
issuerCert.publicKey,
issuerSigner,
issuer.name.x500Principal,
subjectPublicKey,