Forum Discussion

1 Reply

  • I rules can't access SSL certificates stored on the device. It is possible however to store keys in a subtable table and retrieve use this to for encrypting/decrypting etc.

    set keyValue [table lookup -subtable $keyStore $keyName]

    You will need to devise a method of pushing your keys to the device such as sending a SOAP request to a dedicated virtual server which will parse the request and add the add the key information to the session table.