Created
October 3, 2015 21:53
-
-
Save jsz0/87bd7748257621cc9eb3 to your computer and use it in GitHub Desktop.
OpenVPN client ca/cert/key embed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# append to client.opvpn | |
<ca> | |
-----BEGIN CERTIFICATE----- | |
blah blah blah | |
-----END CERTIFICATE----- | |
</ca> | |
<cert> | |
-----BEGIN CERTIFICATE----- | |
blah blah blah | |
-----END CERTIFICATE----- | |
</cert> | |
<key> | |
-----BEGIN PRIVATE KEY----- | |
blah blah blah | |
-----END PRIVATE KEY----- | |
</key> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment