Thank you for the hint it is worth thinking about another approach but I
think I am through (and tested) with all but the last line that is:
openssl ca -in server.csr -out server.crt -config openssl.conf -passin
pass:password
and the only problem sees to be that "The commonName field needed to be
s
On Mon, Aug 11, 2003, [EMAIL PROTECTED] wrote:
> Thank you for the hint it is worth thinking about another approach but I
> think I am through (and tested) with all but the last line that is:
> openssl ca -in server.csr -out server.crt -config openssl.conf -passin
> pass:password
> and the only pr
On Fri, Jun 06, 2003, Charles B Cranston wrote:
> Steve, the other reason I've been forced to move from x509 to ca
> is that ca appears to be the ONLY binary program that can sign
> SPKAC files. Is there another way to do this that I have missed?
>
Well if you need SPKAC support then yes curren
Steve, the other reason I've been forced to move from x509 to ca
is that ca appears to be the ONLY binary program that can sign
SPKAC files. Is there another way to do this that I have missed?
Dr. Stephen Henson wrote:
On Fri, Jun 06, 2003, pablo neira wrote:
Dr. Stephen Henson wrote:
On Fri,
On Fri, Jun 06, 2003, pablo neira wrote:
> Dr. Stephen Henson wrote:
>
> >On Fri, Jun 06, 2003, Kwan Hon Luen wrote:
> >
> >
> >
> >>Hi,
> >>
> >>How do I automate the signing of server certificate by a CA ?
> >>without the following prompt:
> >>
> >>(1) "Enter PEM pass phrase:"
> >>(2) "Sign th
Dr. Stephen Henson wrote:
On Fri, Jun 06, 2003, Kwan Hon Luen wrote:
Hi,
How do I automate the signing of server certificate by a CA ?
without the following prompt:
(1) "Enter PEM pass phrase:"
(2) "Sign the certificate?"
(3) "commit?"
Use the 'x509' utility instead, passphrase can be en
On Fri, Jun 06, 2003, Kwan Hon Luen wrote:
> Hi,
>
> How do I automate the signing of server certificate by a CA ?
> without the following prompt:
>
> (1) "Enter PEM pass phrase:"
> (2) "Sign the certificate?"
> (3) "commit?"
>
Use the 'x509' utility instead, passphrase can be entered via -pas
til Jun 5 08:25:47 2004 GMT (365 days)
Sign the certificate? [y/n]:y
1 out of 1 certificate requests certified, commit? [y/n]y
Write out database with 1 new entries
Data Base Updated
- Original Message -
From: "Michael Czapski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECT
Hi,
I'm developing a CA which automates this stuff that you need, maybe it
could help you (http://cultura.eii.us.es/~pablo/elyca/), it's free
software and still an early release but if you only need to do generate
certs for your servers I suppose it's enough for you. There's also
similar free-
PROTECTED] On Behalf Of Kwan Hon Luen
Sent: Tuesday, June 03, 2003 5:31 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject:Re: Automating Openssl commands
Hi ,
Thanks.
How do I automate the creation of certificate as well by supplying the
following attributes?
countryName
stat
Hi ,
I am currently using Openssl to generate CA and server/client key certs.
Right now, the Openssl prompt me for password when generating CA key/cert:
openssl req -new -x509 -days 3650 -keyout cakey.pem -out
trusted_ca_cert.pem -config openssl.cnf
(1) Is there a way to use the password as a p
11 matches
Mail list logo