Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

base64 encode PKCS files for use in Openvpn INLINE tags #689

Closed
TinCanTech opened this issue Sep 13, 2022 · 2 comments · Fixed by #1181
Closed

base64 encode PKCS files for use in Openvpn INLINE tags #689

TinCanTech opened this issue Sep 13, 2022 · 2 comments · Fixed by #1181
Assignees
Milestone

Comments

@TinCanTech
Copy link
Collaborator

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
Copy link
Collaborator Author

Perhaps:

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

@TinCanTech TinCanTech removed this from the v3.1.3 milestone May 19, 2023
@TinCanTech
Copy link
Collaborator Author

Linking #1081

@TinCanTech TinCanTech added this to the v3.2.1 milestone Apr 22, 2024
@TinCanTech TinCanTech linked a pull request Jul 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant