CentOS7

動画視聴認証設定

nginx暗号化通信有効化

[root@centos ~]# systemctl stop nginx ← nginx停止
[root@centos ~]# wget https://nginx.org/download/nginx-1.17.3.tar.gz ← nginxダウンロード
※最新版のダウンロードページURL
[root@centos ~]# tar zxf nginx-*.tar.gz ← nginx展開
[root@centos ~]# cd nginx-* ← nginx展開先ディレクトリへ移動
[root@centos nginx-1.17.3]# git clone https://github.com/arut/nginx-rtmp-module.git ← nginx-rtmp-moduleダウンロード
[root@centos nginx-1.17.3]# ./configure --add-module=nginx-rtmp-module/ --with-http_ssl_module --with-debug && make && make install ← nginx+nginx-rtmp-moduleインストール
[root@centos nginx-1.17.3]# cd ← nginx展開先ディレクトリを抜ける
[root@centos ~]# rm -rf nginx-* ← nginx展開先ディレクトリとダウンロードしたファイルを削除
[root@centos ~]# systemctl start nginx ← nginx起動

nginx設定

  1. サーバー証明書取得
    暗号化通信するためサーバー証明書を取得する。

    Webサーバー間通信内容暗号化(Apache+mod_SSL+Certbot)を実施
    • Certbotクライアントインストール
    • ■サーバー証明書取得
    • ■サーバー証明書自動更新設定
  2. nginx設定

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS