self Issue
fun selfIssue(orgName: String, orgKeyPair: KeyPair, expiryDate: ZonedDateTime, startDate: ZonedDateTime = ZonedDateTime.now()): OrgCertificate
Issue a new organisation certificate.
Parameters
org Name
The organisation name.
org Key Pair
The organisation's key pair.
expiry Date
The certificate's expiry date.
start Date
The certificate's start date.