Re: How to deal with private key file.

2002-06-09 Thread Averroes
Hi Hu, hu wrote: > Hi, all > I use a script to run openssl command 'openssl sime' for signing message. > For example, running "openssl smime -sign -inkey PrivateKey.pem". Then > command asks me input pass PEM password. How to avoid giving password > in a interactive way, i.e. how to pass passwor

How to deal with private key file.

2002-06-09 Thread hu
Hi, all I use a script to run openssl command 'openssl sime' for signing message. For example, running "openssl smime -sign -inkey PrivateKey.pem". Then command asks me input pass PEM password. How to avoid giving password in a interactive way, i.e. how to pass password to command when lunching th