ユーザ用ツール

サイト用ツール


01_linux:08_仮想化:31_opennebula_ssl

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
01_linux:08_仮想化:31_opennebula_ssl [2019/11/21 04:52] matsui01_linux:08_仮想化:31_opennebula_ssl [2019/11/22 00:06] (現在) matsui
行 1: 行 1:
 ====== 31 OpenNebula SSL化 ====== ====== 31 OpenNebula SSL化 ======
  
 +===== OpenNebula =====
  
 <code|/etc/one/sunstone-server.conf> <code|/etc/one/sunstone-server.conf>
行 23: 行 24:
 :vnc_request_password: false :vnc_request_password: false
 </code> </code>
 +
 +
 +===== Nginx =====
  
 <code|/etc/nginx/conf.d/hoge.hogehoge.com.conf> <code|/etc/nginx/conf.d/hoge.hogehoge.com.conf>
行 68: 行 72:
 </code> </code>
  
 +===== Lets' Encryptの場合 =====
 +
 +oneadminでアクセスできないと、下記のエラーになります。
 +  xxx.xx.xxx.xxx: SSL connection but '/etc/letsencrypt/live/hoge.hogehoge.com/fullchain.pem' not found
 +  xxx.xx.xxx.xxx: SSL connection but '/etc/letsencrypt/live/hoge.hogehoge.com/fullchain.pem' not found
 +
 +<code>
 +# chmod 755 /etc/letsencrypt/live /etc/letsencrypt/archive
 +# chmod 644 /etc/letsencrypt/archive/hoge.hogehoge.com/privkey*
 +</code>
 +
 +
 +==== おまけLet's Encrypt更新 ====
 +
 +<code>
 +certbot-auto renew --force-renew --post-hook "service opennebula-sunstone restart"
 +</code>
  
 {{tag>kvm opennebula}} {{tag>kvm opennebula}}
  
01_linux/08_仮想化/31_opennebula_ssl.1574311948.txt.gz · 最終更新: 2019/11/21 04:52 by matsui