class Net::Openvpn::Generators::Keys::Base

def cli_prop_vars


EASY_RSA="/usr/share/easy-rsa" KEY_CN="fred" build-key ...

An example with just two properties:

to preceed easy-rsa script calls
Generates the variable string of key properties
def cli_prop_vars
  Properties.to_cli_vars(@props)
end