Re: OpenSSL Certificate Authority Setup

2008-06-24 Thread GVG GVG
On Thu, Jun 19, 2008 at 6:25 PM, Dorian B|ttner <[EMAIL PROTECTED]> wrote: > GVG GVG schrieb: > > Dear Group, >> >> I was trying to create a my own CA for signing certificates for sendmail >> and >> when I did apply the following command: >> >> --- >> openssl ca -policy po

Re: OpenSSL Certificate Authority Setup

2008-06-19 Thread Dorian Büttner
GVG GVG schrieb: Dear Group, I was trying to create a my own CA for signing certificates for sendmail and when I did apply the following command: --- openssl ca -policy policy_anything -out cert.pem -infiles csr.pem --- I got: --

Re: OpenSSL Certificate Authority Setup

2008-06-19 Thread Harald Dunkel
I know the man page for openssl is huge, but the man page for isakmpd has some nice description about how to setup a local CA. Maybe this helps as a starting point? Good luck Harri