selfIssue

fun selfIssue(orgName: String, orgKeyPair: KeyPair, expiryDate: ZonedDateTime, startDate: ZonedDateTime = ZonedDateTime.now()): OrgCertificate

Issue a new organisation certificate.

Parameters

orgName

The organisation name.

orgKeyPair

The organisation's key pair.

expiryDate

The certificate's expiry date.

startDate

The certificate's start date.