Re: Generate CA Certificates key

2009-02-03 Thread Harald Dunkel
If you are looking for some GUI to manage keys and certificates, then you should consider TinyCA . Its in the packages. To setup OpenVPN (including all that certificate stuff) this page might help: http://www.kernel-panic.it/openbsd/vpn/index.html Good luck Harri

Re: Generate CA Certificates key

2009-02-03 Thread Alexandre Verriere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Edit openssl.conf to fit with your requirments then follow these steps: Create a CA: #openssl genrsa -des3 -out ca.key 1024 #openssl req -new -x509 -days 365 -key ca.key -out ca.crt Then you can create certs like this: #openssl genrsa -out

Generate CA Certificates key

2009-02-02 Thread sonjaya
dear all how to generating certificates keys and CA in openbsd ? i will use certificates and keys for server also for the client . last time follow openvpn script not working. -- sonjaya http://idsale.blogspot.com http://videopingpong.blogspot.com

Re: Generate CA Certificates key

2009-02-02 Thread Robert
On Tue, 3 Feb 2009 11:45:06 +0700 sonjaya sonj...@gmail.com wrote: dear all how to generating certificates keys and CA in openbsd ? i will use certificates and keys for server also for the client . last time follow openvpn script not working. With openssl. # man openssl - Robert PS:

Re: Generate CA Certificates key

2009-02-02 Thread Sean Cody
Generating certificates and a CA (focused on web but the concept works for whatever SSL situation you are using): http://it.toolbox.com/blogs/securitymonkey/howto-securing-a-website-with-client-ssl-certificates-11500 Once you get the concept of certificate generation then look into