Forum Discussion
Jaz_170005
Nimbostratus
Feb 26, 2018import p12 using tmsh
Hello,
not able to make import p12 to work via CLI command line b/c of encrypted password. same password works using GUI. I tried adding quotes around it with no luck.
if I try simple password ...
amintej
Cirrus
Feb 26, 2018A workaround could be change P12's password using openssl:
tmsh run util bash
From bash:
1-Open PFX and generate temporal pem
openssl pkcs12 -in myfile.p12 -out tmpmycert.pem -nodes
2- Generate myfile2.p12 with a simple password
openssl pkcs12 -export -out myfile2.p12 -in tmpmycert.pem
3- Import new p12
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