Forum Discussion

Jeffro21_47444's avatar
Jeffro21_47444
Icon for Nimbostratus rankNimbostratus
Feb 23, 2012

Creating a Self-Signed SSL Certificate

Hello,

 

 

I am looking to create a self-signed SSL certificate through the iControl API's. I found this, http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/51/aft/1174144/showtab/groupforums/Default.aspx, but that is for certificates that have already been generated in the .pem format.

 

 

 

Any suggestions?

 

1 Reply

  • I'm not sure iControl supports creation of certs/keys. You could probably do this just as easily using openssl or some other library off of LTM and then importing the cert/key to LTM using iControl:

     

     

    http://devcentral.f5.com/wiki/iControl.Management__KeyCertificate.ashx

     

     

    iControl :: Management :: KeyCertificate :: certificate_import_from_pem

     

    iControl :: Management :: KeyCertificate :: key_import_from_pem

     

     

    Aaron