Ibrahim Bittar Posted March 1, 2014 Posted March 1, 2014 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
Ibrahim Bittar Posted March 3, 2014 Author Posted March 3, 2014 Tomorrow I'll explore to use the command line from another plugin. I'll post a solution when I find it.
Jonathan Perel Posted March 4, 2014 Posted March 4, 2014 Why not just run the openssl command from the ScriptMaster "RunShellScript( command ; waitForOutput ; timeout )" function?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now