Forum Discussion
Sean_Powell
Nimbostratus
Apr 07, 2016Can't Import SSL Certificate Bundle and Key with iControl via PowerShell
Hi, I'm trying to automate the CSR and SSL Certificate import processes via iControl with Powrshell. I can generate and export the CSR/Key without issue, and I can import a Key/single certificate...
Sean_Powell
Nimbostratus
Apr 14, 2016The work-around is to import the certificate and intermediate bundle as separate files, and assign both to the SSL Profile.
So, instead of using this for a certificate / intermediate bundle:
LocalLBProfileClientSSL.set_key_certificate_file( $ProfileName, (, $Key), (, $Cert) )
You use this instead, adding the second step.
LocalLBProfileClientSSL.set_key_certificate_file( $ProfileName, (, $Key), (, $Cert) );
LocalLBProfileClientSSL.set_chain_file_v2( $ProfileName, (, $Chain) );Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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