=> ca.crt, openvpn.ovpn
So I’ve got a root ca certificate and a openVPN profile, but no user certificate, the openVPN app on android needs a usercertificate.
On my Synology diskstation i’ve got the following 2 locations & files :
Location 1:
/volume1/@appstore/VPNCenter/etc/openvpn/
=>openvpn.conf, radiusplugin.cnf, server.conf
/volume1/@appstore/VPNCenter/etc/openvpn/keys
=>ca.crt (linked from /usr/syno/etc/packages/VPNCenter/openvpn/keys/ca.crt)
=>dh1024.pem, openvpn.ovpn, openvpn.zip
=>server.crt (linked from /usr/syno/etc/packages/VPNCenter/openvpn/keys/server.crt)
=>server.key (linked from /usr/syno/etc/packages/VPNCenter/openvpn/keys/server.key)
Location 2:
/usr/syno/etc/packages/VPNCenter/openvpn
=>openvpn.conf
=>openvpn.conf.user.sample
/usr/syno/etc/packages/VPNCenter/openvpn/keys
=>ca.crt, ca.key, ca.srl, server.crt, server.csr, server.key
Now, I did install a pc, with windows 7 & the latest openvpn build, where I will generate the user certificates.
My question now, can I build user certificates based on the existing files I’ve got on my diskstation?
I’m trying to follow :
http://openvpn.net/index.php/open-sourc ... o.html#pki
“Setting up your own Certificate Authority (CA) and generating certificates and keys for an OpenVPN server and multiple clients”
This guide creates all files needed but I prefer to keep the files I already got on my diskstation, not sure why really

Anyone can tell me if what I would like to do is possible and how I can start?