Last active
July 19, 2019 07:55
-
-
Save p3x-robot/ee5b72a15ce9c3d0220acc1b5f5a8293 to your computer and use it in GitHub Desktop.
OpenWRT OpenVPN generate certificates sequence
This file contains 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
easyrsa build-ca nopass | |
easyrsa gen-dh | |
easyrsa build-server-full named nopass | |
easyrsa build-client-full named-android | |
easyrsa build-client-full named-laptop | |
easyrsa build-client-full named-workstation | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment