Hi,
I have written a shell script to start my ssl proxy, but I have an issue. How can I start it without typing the password for PEM private key ?
Thanks to let me know.
Claude
Sorry for the late answer, but if it's still needed:
You should create a PEM private key file without password (just press enter when openssl asks it).
This is not too secure, but it's not less secure then type the password into a script in clear text :)
Log in to post a comment.
Hi,
I have written a shell script to start my ssl proxy, but I have an issue.
How can I start it without typing the password for PEM private key ?
Thanks to let me know.
Claude
Sorry for the late answer, but if it's still needed:
You should create a PEM private key file without password (just press enter when openssl asks it).
This is not too secure, but it's not less secure then type the password into a script in clear text :)