RE: How to create a certificate silently

2004-09-03 Thread Lule Chen
Title: RE: How to create a certificate silently Thanks, Lule -Original Message- From: Charles B Cranston [mailto:[EMAIL PROTECTED]] Sent: Friday, September 03, 2004 3:00 PM To: [EMAIL PROTECTED] Subject: Re: How to create a certificate silently If you're using Unix or an

RE: How to create a certificate silently

2004-09-03 Thread Lule Chen
Title: RE: How to create a certificate silently Thanks, Lule -Original Message- From: Mark Foster [mailto:[EMAIL PROTECTED]] Sent: Friday, September 03, 2004 2:55 PM To: [EMAIL PROTECTED] Subject: Re: How to create a certificate silently On Fri, Sep 03, 2004 at 12:51:02PM

Re: How to create a certificate silently

2004-09-03 Thread Charles B Cranston
If you're using Unix or another system that supports the Environment variables, you can write a fixed openssl conf file that references appropriate variables in appropriate places. If you don't have Environment you can still write a custom openssl conf file for each instance of signing. Lule Chen

Re: How to create a certificate silently

2004-09-03 Thread Mark Foster
On Fri, Sep 03, 2004 at 12:51:02PM -0400, Lule Chen wrote: > Thanks, but I am new to openssl. Could you give me a little bit more detail > of the usage? There is a good article in Septembers SysAdmin mag (if you can obtain a copy) about using "expect" to automate openssl operations. http://www.sam

RE: How to create a certificate silently

2004-09-03 Thread Lule Chen
Title: RE: How to create a certificate silently Thanks, but I am new to openssl. Could you give me a little bit more detail of the usage? Lule -Original Message- From: Mark Foster [mailto:[EMAIL PROTECTED]] Sent: Friday, September 03, 2004 12:39 PM To: [EMAIL PROTECTED] Subject

Re: How to create a certificate silently

2004-09-03 Thread Mark Foster
On Fri, Sep 03, 2004 at 11:19:37AM -0400, Lule Chen wrote: > Hi, I use the openssl to create a self signed certificate, but it needs > interactively input country name, province name, ... Common name. I am > wondering if there is a way to do it silently, i.e. let it read those > response from a con