Re: Regarding Certificate renewal

2014-01-21 Thread Kamalraj Madhurakasan
your questions to the CA you want to get your certificates from. If you are implementing your own CA, you have to decide what you want to do. Or was your question about best practices when creating a CA policy? Hope this helps at least a bit, Ted ;) Am 21.01.2014 06:51, schrieb Kamalraj

Regarding Certificate renewal

2014-01-20 Thread Kamalraj Madhurakasan
Hello guys, I would like to know whether my understanding about certificate renewal is correct or not. To renew the certificate: 1. we need to generate a new CSR from the private key 2. revoke the old certificate 3. get the new CSR signed by the CA with validity extended The fields that are

Re: CSR from old certificate and signing it using new private key

2013-10-04 Thread Kamalraj Madhurakasan
...@openssl.org owner-openssl-us...@openssl.org] *On Behalf Of *Kamalraj Madhurakasan *Sent:* Thursday, October 03, 2013 04:15 *To:* openssl-users@openssl.org *Subject:* *** Spam *** CSR from old certificate and signing it using new private key ** ** Hi, ** ** Is it possible to generate

Application simply comes out in the function PEM_write_RSAPrivateKey.The private key file is simply 0KB.

2011-06-23 Thread Kamalraj Madhurakasan
Hi, I am new to openssl and trying to create the Self-signed Certificate using openssl in my application. I downloaded openssl for windows (version OpenSSL 1.0.0d 8 Feb 2011) and got libeay32.lib, ssleay32.lib, libeay32.dll and ssleay32.dll. I linked my application with these libraries and kept

Fwd: Application simply comes out in the function PEM_write_RSAPrivateKey.The private key file is simply 0KB.

2011-06-23 Thread Kamalraj Madhurakasan
-- Forwarded message -- From: Kamalraj Madhurakasan kamalrajon...@gmail.com Date: Thu, Jun 23, 2011 at 12:04 PM Subject: Application simply comes out in the function PEM_write_RSAPrivateKey.The private key file is simply 0KB. To: openssl-users@openssl.org Hi, I am new to openssl