Re: Custom certificate

2010-09-13 Thread kummers
Hi Please how can i edit a CSR? Regards, Emmanuel Guiton wrote: > > Hello, > > Thank you, it works like a charm. > Just have to solve the date problem, now. > > - Emmanuel > > > Marek Marcola wrote: >> Hello, >> >> >>>In the issuer and subject fields, I must include a dnQualifier

Re: Custom certificate extensions & CSR / cert creation: Missing field

2007-05-10 Thread Christopher Kunz
Goetz Babin-Ebell schrieb: > >> The key is somehow wrong, but how? And why? > It contains only the public part of the key. > > The private part seems to get lost in between... You are so right. In the course of my copy&paste work of art, I reassigned pkey with... guess what? The certificate's publ

Re: Custom certificate extensions & CSR / cert creation: Missing field

2007-05-10 Thread Goetz Babin-Ebell
Hello Christopher, --On Mai 10, 2007 11:29:25 +0200 Christopher Kunz <[EMAIL PROTECTED]> wrote: I have isolated the problem to the private key that seems to be incorrectly generated. [...] -BEGIN RSA PRIVATE KEY- MIGKAgEAAoGBAJHprxsQfCcjF85LdJfDfSuudh/TuLCoLWgSTBnLJ8e98RmchH0Q frS

Re: Custom certificate extensions & CSR / cert creation: Missing field

2007-05-10 Thread Christopher Kunz
Hello, I have isolated the problem to the private key that seems to be incorrectly generated. When I take my self-created certificate and my self-created RSA key and try to convert them to PKCS#12, the following error occurs: [EMAIL PROTECTED] kunz]$ openssl pkcs12 -export -in testcert.pem -inkey

Re: Custom certificate extensions & CSR / cert creation: Missing field

2007-05-09 Thread Dr. Stephen Henson
On Wed, May 09, 2007, Christopher Kunz wrote: > Dr. Stephen Henson schrieb: > > Hmmm that error shouldn't be encountered when you load a certificate. It > > suggests that you have an RSA private key but that it is in an invalid > > format. > > > I forgot to mention that openssl x509 -text -noo

Re: Custom certificate extensions & CSR / cert creation: Missing field

2007-05-09 Thread Christopher Kunz
Dr. Stephen Henson schrieb: > Hmmm that error shouldn't be encountered when you load a certificate. It > suggests that you have an RSA private key but that it is in an invalid format. > I forgot to mention that openssl x509 -text -noout -in mycertchain.pem does produce valid output, and seems to

Re: Custom certificate extensions & CSR / cert creation: Missing field

2007-05-09 Thread Dr. Stephen Henson
On Wed, May 09, 2007, Christopher Kunz wrote: > I wrote an extremely simple program to check what might be wrong with > the certificate stack and this seems to be the problem: > > 15939:error:0D078079:asn1 encoding routines:ASN1_ITEM_EX_D2I:field > missing:tasn_dec.c:391:Field=d, Type=RSA > 15939:

Re: Custom certificate

2006-06-01 Thread Emmanuel Guiton
Hello, Thank you, it works like a charm. Just have to solve the date problem, now. - Emmanuel Marek Marcola wrote: > Hello, > > >>In the issuer and subject fields, I must include a dnQualifierwhich is >>a thumbprint of the corresponding public key, that is to say a SHA-1 >>hash of t

Re: Custom certificate

2006-05-28 Thread Marek Marcola
Hello, > In the issuer and subject fields, I must include a dnQualifierwhich is > a thumbprint of the corresponding public key, that is to say a SHA-1 > hash of the contents of the SubjectPublicKey BIT STRING in the > SubjectPublicKeyInfo field (excluding the DER tag, length, and number o