how to access private key file without inputing password interactively

2002-06-09 Thread hu
Hi, all I met a problem. Iuse a script to run openssl command. When it need access a private keyfile, user must input password for protection reason. But it is doneby the interactive way. But I hope script to run commands automaticly, without inputing password interactively. How to do it?

Re: how to access private key file without inputing password interactively

2002-06-09 Thread
I think you just specify -noout option to your command - Original Message - From: hu To: [EMAIL PROTECTED] Sent: Saturday, June 08, 2002 10:20 PM Subject: how to access private key file without inputing password interactively Hi, all I met

Re: how to access private key file without inputing password interactively

2002-06-09 Thread hu
le without inputing password interactively I think you just specify -noout option to your command - Original Message - From: hu To: [EMAIL PROTECTED] Sent: Saturday, June 08, 2002 10:20 PM Subject: how to access private key file without inputing password int