メインメニューを開く

差分

OpenVPNのインストール

374 バイト追加, 2019年12月26日 (木) 13:58
$ scp /tmp/ca.crt foo@hostname-of-openvpn-server:/tmp}}
=== VPNサーバー VPN用の鍵の生成(VPNサーバー) ===<syntaxhighlight lang="bash">mv /tmp/ca.crt /etc/openvpn/server/まずは、ファイルの移動も考えて、以下のコマンドでOpenVPNをインストールします。chown root:root /etc/{{bc|# pacman -S openvpn/server/ca.crt</syntaxhighlight>}}
<syntaxhighlight lang="bash">pacman -S easy-rsa<インストールが完了したら、認証局から受け取った証明書を適切な場所に移動させます。{{bc|# mv /syntaxhighlight>tmp/ca.crt /etc/openvpn/server/# chown root:root /etc/openvpn/server/ca.crt}}
<syntaxhighlight lang="bash">cd /etc/easyVPNサーバー側にも「Easy-rsaRSA」をインストールして、ディレクトリを移動します。easyrsa init{{bc|# pacman -pki initS easy-pki complete; you may now create a CA or requests.rsaYour newly created PKI dir is: # cd /etc/easy-rsa/pki}}
認証局と同様に初期化します。
{{hc|easyrsa init-pki|init-pki complete; you may now create a CA or requests.
Your newly created PKI dir is: /etc/easy-rsa/pki}}
<syntaxhighlight lang="bash">
easyrsa gen-req [サーバー名?] nopass