Forum Discussion
Fuchan_Tan_3092
Mar 22, 2012Nimbostratus
How to create LocalLBProfileClientSSL?
Hello,
Has anyone successfully created LocalLBProfileClientSSL?
Thanks,
Mike Tan
Jonathan_Scholi
Mar 23, 2012Cirrostratus
Yes. In Java you can do something like:
String[] clientSSLProfileNameArray = new String[] {"(Name of the profile goes here)"};
LocalLBProfileString key = new LocalLBProfileString();
LocalLBProfileString cert = new LocalLBProfileString();
key.setValue( "Name of the key goes here"+ ".key");
cert.setValue( "Name of the cert goes here"+ ".crt");
iControlInterfaces.getLocalLBProfileClientSSL().create(clientSSLProfileNameArray, new LocalLBProfileString[] {key}, new LocalLBProfileString[] {cert});
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects