It's each user's private key that you can encrypt. This is from the EXAMPLES section of the
rsa man page:
Code:
openssl rsa -in key.pem -des3 -out keyout.pem
Although you can also encrypt the openvpn server's private key, it would prevent it from starting automatically, for example, after a reboot.