Re: Openssl.cnf Issue

2010-04-16 Thread Victor Duchovni
On Fri, Apr 16, 2010 at 10:11:20AM +, Kaila, Ashish wrote: > Hi, > > I just built Openssl 1.0.0 on a Win32 platform, after building when > I try and run the binary openssl.exe I get a warning message "Cant > open Config file: /usr/local/ssl/openssl.cnf" , I don't have a sample > configuration

Re: openssl.cnf file and custom tag values.

2006-07-27 Thread Dr. Stephen Henson
On Thu, Jul 27, 2006, Saurabh Arora wrote: > hi > > you need to add the entry of your custom tags under crypto/objects.txt > and make update the openssl environment. > > That would work but creates a non standard version of OpenSSL. An easier way is to add a new object to openssl.cnf. However

Re: openssl.cnf file and custom tag values.

2006-07-27 Thread Saurabh Arora
hi you need to add the entry of your custom tags under crypto/objects.txt and make update the openssl environment. best tanish On 7/27/06, Paweł Tatera <[EMAIL PROTECTED]> wrote: Hi. Is it possible to put custom tags inside the openssl.cnf file? I'm thinking here about generating a certif

Re: openssl.cnf option to allow duplicate DNs?

2005-01-24 Thread Dr. Stephen Henson
On Mon, Jan 24, 2005, John Douglass wrote: > I once found the config option but I cannot find any reference to it now. > > Can someone remind me what the option to set in openssl.cnf to allow two > certificates with the same DN to be issued is? > unique_subject, see: http://www.openssl.org/do

Re: openssl.cnf refresh

2004-01-09 Thread Dr. Stephen Henson
On Fri, Jan 09, 2004, Thomas wrote: > Hi, > > I am a beginner in Openssl, just a stupid question: > > I use SuSE 9.0, I try to add a new Certificate Authority with /usr/share/ssl/ > misc/CA.pl -newca > > The problem ist, that this command ignores my /etc/ssl/openssl.cnf . > E.g. I defined a "di

Re: openssl.cnf question

2000-03-20 Thread OTR Comm
Hello, Please disregard this note and the previous one about DER certs and MySQL databases. I figured them both out! Sorry to bother the list unnecessarily. Thank you, Murrah Boswell [EMAIL PROTECTED] OTR Comm wrote: > > Hello, > > Is it possible to include the private_key passphrase in the

Re: openssl.cnf question

2000-03-19 Thread hazel Gao
Got this from openssl ca cmd help: " -key arg- key to decode the private key if it is encrypted", This will answer your question. Hazel __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com ___

Re: openssl.cnf

2000-02-23 Thread Richard Levitte - VMS Whacker
dykiel> just to mention, the REQ part of the documentation is not dykiel> accessible from the index page of the OpenSSL web site dykiel> http://www.openssl.org/docs/ It's not available *directly*. However, if you go in on the "openssl(1)" link, you'll find req(1) with a link at the end of that p

Re: openssl.cnf

2000-02-23 Thread Ulf Möller
On Wed, Feb 23, 2000 at 09:13:28AM -0500, Richard Dykiel wrote: > just to mention, the REQ part of the documentation is not accessible from > the index page of the OpenSSL web site http://www.openssl.org/docs/ You can click through the openssl(1) page. "req" is an option to the openssl command l

Re: openssl.cnf

2000-02-23 Thread frances lung-lee
You can try -config option. It looks like: openssl req -new -key vsign.key -out vsign.req -config \YourFilePath\openssl.cnf Frances Lung At 03:01 PM 2/22/00 -0800, you wrote: >hi > >I tried to generate a certificate request file >using openssl on NT. The openssl binary complains >that /usr/

Re: openssl.cnf

2000-02-23 Thread Richard Dykiel
- From: Ulf Möller <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 22, 2000 6:27 PM Subject: Re: openssl.cnf > On Tue, Feb 22, 2000 at 03:01:02PM -0800, vijay karthik wrote: > > > How do i specify the conf file path during > > runtime ? Ho

Re: openssl.cnf

2000-02-22 Thread Ulf Möller
On Tue, Feb 22, 2000 at 03:01:02PM -0800, vijay karthik wrote: > How do i specify the conf file path during > runtime ? How do i get around this problem ? http://www.openssl.org/docs/apps/req.html#ENVIRONMENT_VARIABLES __ OpenSS