AssignmentPolicy: ((newSubjectName, oldCert) => Promise<void>)

Callback to determine whether the owner of oldCert is allowed to obtain a certificate of newSubjectName. It should throw to disallow assignment.

Type declaration

    • (newSubjectName, oldCert): Promise<void>
    • Parameters

      Returns Promise<void>