Re: Creating certificate from meta data

2009-06-18 Thread Steffen DETTMER
* Mirko Velic wrote on Wed, Jun 17, 2009 at 20:21 +1000: > I was wondering if i could convert the data outputted by this command: > openssl x509 -noout -fingerprint -text < test.cert > info.txt > > Back into a certificate after I modify it, as it would make it easier to > generate certificates.

Creating certificate from meta data

2009-06-17 Thread Mirko Velic
Hi, I was wondering if i could convert the data outputted by this command: openssl x509 -noout -fingerprint -text < test.cert > info.txt Back into a certificate after I modify it, as it would make it easier to generate certificates. Thanks.