issue
fun issue(userName: String?, memberPublicKey: PublicKey, orgCertificate: OrgCertificate, orgPrivateKey: PrivateKey, expiryDate: ZonedDateTime, startDate: ZonedDateTime = ZonedDateTime.now()): MemberCertificate
Issue a new member certificate.
Parameters
user Name
The user's name if the member is a user, or null
if it's a bot.
member Public Key
The member's public key.
org Certificate
The organisation's certificate.
org Private Key
The organisation's private key.
expiry Date
The certificate's expiry date.
start Date
The certificate's start date.