Q. これはなに
A. ブログです.たぶん備忘録.

環境

  • Debian 9.4
  • ConoHa VPS 1GB

OpenVPNのインストール

$ sudo apt install openvpn git  
$ mkdir ~/git && cd ~/git  
$ git clone https://github.com/OpenVPN/eay-rsa.git  

証明書とか鍵🔑とかの生成

$ cd easy-rsa/easyrsa  
$ ./easy-rsa init-pki  
$ ./easyrsa build-ca  
$ sudo cp pki/ca.crt /etc/openvpn  
$ ./...

Continue reading...