How to extract the CA, CERT, and KEY from OpenVPN-AS Certificates
Some UTM's and VOIP systems require a user to supply a CA, CERT and KEY, since we have bundeled all of these into one file you will need to run the following commands to extract them:
We package the certs/keys along with the client config to reduce the configuration to one file. However, using the CLI Get5 method, it is possible to get a configuration with separated files:
(./sacli can be found in this directory: )
./sacli -a ADMIN -o OUTPUT_DIRECTORY --cn COMMON_NAME get5
ADMIN -- OpenVPN admin user
COMMON_NAME -- same as username, except for autologin profiles, append "_AUTOLOGIN" to the common name.
