Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save p3x-robot/ee5b72a15ce9c3d0220acc1b5f5a8293 to your computer and use it in GitHub Desktop.

Select an option

Save p3x-robot/ee5b72a15ce9c3d0220acc1b5f5a8293 to your computer and use it in GitHub Desktop.

Revisions

  1. p3x-robot revised this gist Jul 19, 2019. No changes.
  2. p3x-robot revised this gist Jul 19, 2019. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion openwrt-openvpn-generate-certificates-sequence.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,7 @@
    easyrsa build-ca nopass
    easyrsa gen-dh
    easyrsa build-server-full named nopass
    easyrsa build-client-full named-client
    easyrsa build-client-full named-android
    easyrsa build-client-full named-laptop
    easyrsa build-client-full named-workstation

  3. p3x-robot revised this gist Jul 19, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion openwrt-openvpn-generate-certificates-sequence.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    easyrsa build-ca nopass
    easyrsa gen-dh
    easyrsa build-server-full named-server nopass
    easyrsa build-server-full named nopass
    easyrsa build-client-full named-client
  4. p3x-robot revised this gist Jul 19, 2019. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions openwrt-openvpn-generate-certificates-sequence.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    easyrsa build-ca nopass
    easyrsa gen-dh
    easyrsa build-server-full server nopass
    easyrsa build-client-full client1
    easyrsa export-p12 FT_client1
    easyrsa build-server-full named-server nopass
    easyrsa build-client-full named-client
  5. p3x-robot renamed this gist Dec 5, 2018. 1 changed file with 0 additions and 1 deletion.
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,3 @@
    # the sequence is this
    easyrsa build-ca nopass
    easyrsa gen-dh
    easyrsa build-server-full server nopass
  6. p3x-robot created this gist Dec 5, 2018.
    6 changes: 6 additions & 0 deletions openwrt-openvpn-generate-certificates.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # the sequence is this
    easyrsa build-ca nopass
    easyrsa gen-dh
    easyrsa build-server-full server nopass
    easyrsa build-client-full client1
    easyrsa export-p12 FT_client1