CreateKeyPair (open)
Create a new keypair
Syntax
LOADLIB "mod::system/lib/keystore.whlib";
OBJECT FUNCTION CreateKeyPair(STRING name, BLOB privatekey, RECORD options)Parameters
STRING nameName for the key
BLOB privatekeyThe key to add
RECORD optionsOptions
BLOB certificatechainCertificate chain
STRING descriptionKey description
BOOLEAN generateuniquenameIf TRUE, generate a unique name instead of using the name parameter
STRING titleKey title