easy-rsa icon indicating copy to clipboard operation
easy-rsa copied to clipboard

base64 encode PKCS files for use in Openvpn INLINE tags

Open TinCanTech opened this issue 3 years ago • 2 comments

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

TinCanTech avatar Sep 13 '22 17:09 TinCanTech

Perhaps:

  • --base64 global option.
  • export-p? command option base64

TinCanTech avatar Nov 20 '22 22:11 TinCanTech

Linking #1081

TinCanTech avatar Feb 24 '24 22:02 TinCanTech