Forum Discussion
CRYPTO::encrypt import key or cert from SSL Certificate List
Hello,
I use the CRYPTO::encrypt funktion an it works very well. But it is needed to write the private key in the iRule. If there a way to import the private key or certificate direct from "SSL Certificate List" or read in as file?
Thanks for your help.
- Lee_SutcliffeNacreous
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.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com