easy-rsa
easy-rsa copied to clipboard
base64 encode PKCS files for use in Openvpn INLINE tags
man 8 openvpn:
When using the inline file feature with --pkcs12 the inline file has to be base64 encoded. Encoding of a .p12 file into base64 can be done, for example, with OpenSSL by running: openssl base64 -in input.p12
Perhaps:
--base64global option.export-p?command optionbase64
Linking #1081