Subject alternative name

2010-08-23 Thread Gerald Iakobinyi-Pich
Hello, I have managed to create a certificate containing different values for the "subject alternative name". But now I would like to be able to set this value (this alternative names) from the command line, when I invoke OpenSSL. Is there any possibility to do that? My target here is to avoid to

Re: Creating certificates

2009-08-18 Thread Gerald Iakobinyi-Pich
Hello, Yes, you are right. I can do it using the 'ca' command. Thanks for the hint. Gerald On Tue, Aug 18, 2009 at 11:48 AM, Serge Fonville wrote: > Why don't you use the ca command? > > > On Tue, Aug 18, 2009 at 9:38 AM, Gerald Iakobinyi-Pich > wrote: >

Re: Benachrichtung zum Übermittlungsstatus (Fehlges chlagen)

2009-08-18 Thread Gerald Iakobinyi-Pich
Carsten Breitbarth - next.motion OHG >> >> >> >> >> -- Forwarded message -- >> From: Serge Fonville >> To: openssl-users@openssl.org >> Date: Mon, 17 Aug 2009 18:20:37 +0200 >> Subject: Re: Creating certificates >> Wha

Re: Creating certificates

2009-08-18 Thread Gerald Iakobinyi-Pich
CAkeyform PEM -CAkey ..\demo_store\private\ca_private_key.pem -CAcreateserial Regards, Gerald On Mon, Aug 17, 2009 at 7:20 PM, Serge Fonville wrote: > What does your openssl.cnf look like, since it is used in the req? > > > On Mon, Aug 17, 2009 at 6:00 PM, Gerald Iakobinyi-Pich > wrote:

Re: Creating certificates

2009-08-17 Thread Gerald Iakobinyi-Pich
t; > Regards, > > Serge Fonville > > On Mon, Aug 17, 2009 at 4:41 PM, Gerald Iakobinyi-Pich > wrote: > >> Hello, >> >> I am trying to create a certificate, on win, and I am having some troubles >> with OpenSSL. First I generate a key. That's ok. Then I c

Problem creating certificates

2009-08-17 Thread Gerald Iakobinyi-Pich
Hello, I am trying to create a certificate, on win, and I am having some troubles with OpenSSL. First I generate a key. That's ok. Then I create a request: openssl req -config .\openssl.cnf -subj "/C=DE/L=Munchen/ST=Bayern/O=Org/OU=Dev/CN=Test Certificate" -new -days 365 -key ..\demo_store\priva

Creating certificates

2009-08-17 Thread Gerald Iakobinyi-Pich
Hello, I am trying to create a certificate, on win, and I am having some troubles with OpenSSL. First I generate a key. That's ok. Then I create a request: openssl req -config .\openssl.cnf -subj "/C=DE/L=Munchen/ST=Bayern/O=Org/OU=Dev/CN=Test Certificate" -new -days 365 -key ..\demo_store\priva

Revoking DER certificate

2009-01-29 Thread Gerald Iakobinyi-Pich
Hello, could somebody tell me if it is possible to revoke a certificate which is in DER format, with the openssl ca command ? Or do I have to convert it to PEM format first ? I only succeeded to revoke PEM certificates, and I see no parameter for specifying the format of the certificate file. Ger

Certificate validation

2009-01-20 Thread Gerald Iakobinyi-Pich
Hello all, I am new to OpenSSL, and now I am confrontd with some problems. First would be the following: let's assume I have a certificate (X509) which has been issued by an CA. How is it possible to validate the certificate through the CA (I mean establish a connection to the CA, and let the CA d