GetBestKeyPairForHostName (open)
Returns the ID of the best keypair for a specific hostname
Syntax
LOADLIB "mod::system/lib/keystore.whlib";
INTEGER FUNCTION GetBestKeyPairForHostName(STRING hostname)Parameters
STRING hostnameHostname to get the best certificate for
Return value
INTEGERID of the best certificate (0 if no match found)