Skip to content

Instantly share code, notes, and snippets.

View aaronedward's full-sized avatar

Aaron Edward aaronedward

  • Brooklyn, New York
View GitHub Profile

Keybase proof

I hereby claim:

  • I am aaronedward on github.
  • I am aaronedward (https://keybase.io/aaronedward) on keybase.
  • I have a public key ASBfKAMypC5WMPhNZtUhhKm0m3LbqNpCjxwB2bDEwYDQPgo

To claim this, I am signing this object:

@aaronedward
aaronedward / README.md
Created September 18, 2016 06:13 — forked from seebk/README.md
Extract embedded certificates and keys from OpenVPN config files

This python script is intended to automate the extraction of embedded certificates and keys from OpenVPN config files.

Unfortunately the GNOME Network-Manager is not able to automatically import OpenVPN config files with embedded certificates and keys. A workaround is to manually extract these and store them in separate files (e.g. see https://naveensnayak.wordpress.com/2013/03/04/ubuntu-openvpn-with-ovpn-file/).

Instructions:

  • Make shure all the required packages are installed. For example on Ubuntu and Debian run:

    $ sudo apt-get install python3 network-manager-openvpn-gnome