Forum Discussion
dmacika_116140
May 19, 2014Nimbostratus
iControl and Powershell - key import and certificate import
I am attempting to script out importing a SSL crt/key pair into a new F5 running 11.3. I'm using iControl within Powershell. I've successfully used iControl and Powershell for other tasks on this n...
dmacika_116140
Nimbostratus
I had this fully automated in v10.x (upload new crt key pair and create a SSL Client profile if one did not already exist), but whatever I had there doesn't work in 11.x
dmacika_116140
Sep 22, 2014Nimbostratus
I was using upload-f5.file previously. I understand this won't work in 11.x due to change to how SSL certs are stored in the F5.
$rmcrt = "/config/ssl/ssl.crt/" + $pathurl + ".crt"
$rmkey = "/config/ssl/ssl.key/" + $pathurl + ".key"
upload-f5.file -RemoteFile $rmcrt -LocalFile $crtfile
upload-f5.file -RemoteFile $rmkey -LocalFile $keyfile
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