March 1, 201411 yr Hi all I'm working in a project where I need to save a certificate (.CER) and a key file (.KEY) y Base64 encoded text. For example, to convert a .KEY file I type this in OpenSSL: openssl pkcs8 -inform DER -in a.key -out b.key Now, how can I do the same using ScriptMaster?. Regards Ibrahim
March 3, 201411 yr Author Tomorrow I'll explore to use the command line from another plugin. I'll post a solution when I find it.
March 4, 201411 yr Why not just run the openssl command from the ScriptMaster "RunShellScript( command ; waitForOutput ; timeout )" function?
Create an account or sign in to comment