From: Adam Akhtar Date: 2009-11-26T23:37:10+09:00 Subject: creating certificates and public and private keys Hi im going to have to create a lot of public and private keys for clients and would like to automate the process by using a script (in ruby of course). This is for an openvpn setup and currently ive been MANUALY creating keys with the easy-rsa bat file that comes with it but id like to automate it. Is there a ruby libary available that would allow me to create public and private keys if i already have a CA. Would openvpn recognize these keys (are keys, keys no matter what language they are created in??? im not hot on cryptology) The other option would be to just execute the bat file from my ruby script and simulate the keyboard to respond to the various prompts. I havent doent this before so im not sure if this is easier or harder than above. Any tips or pointers will really help! -- Posted via http://www.ruby-forum.com/.