Re: Some troubles making my own CA

2005-07-14 Thread David Templar
Sorry, the last command shoud have a -outform DER added to it, if you want your ca in der format. Anyway, to create a ca is fairly similar to previous versions, the only thing I have noticed (I am using windows) is that the perl stuff does not work (but I did not put mcuh time into trying to m

Re: Some troubles making my own CA

2005-07-14 Thread David Templar
I think I can help you with PC certs - I am having trouble with phone certs though :( openssl genrsa -out ca.key 1024 (or whatever size key you want) you can also chose dsa or dsa1 etc and openssl req -new -x509 -key ca.key -out cacert.pem -config [the name of the config file] - you can als