flagflag  If you want to see English page, please click "English" Button at Left.
2: 2022-02-09 (水) 11:24:29 iseki ソース 現: 2023-05-27 (土) 18:22:55 iseki ソース
Line 31: Line 31:
- certbot certonly --webroot -w /home/apache/htdocs -d www.nsl.tuis.ac.jp - certbot certonly --webroot -w /home/apache/htdocs -d www.nsl.tuis.ac.jp
-- DocumentRoot にファイルを作って,サーバでそれをチェックしているみたい(サーバの存在確認) -- DocumentRoot にファイルを作って,サーバでそれをチェックしているみたい(サーバの存在確認)
 +--- メールアドレス,Y,Y 
 + 
- サーバ証明書と秘密鍵が以下にできる.(シンボリックリンク) - サーバ証明書と秘密鍵が以下にできる.(シンボリックリンク)
-- 証明書:/etc/letsencrypt/live/www.nsl.tuis.ac.jp​/fullchain.pem -- 証明書:/etc/letsencrypt/live/www.nsl.tuis.ac.jp​/fullchain.pem
Line 38: Line 39:
*** cron [#o6968d67] *** cron [#o6968d67]
-- 月一または週一で以下の cronを流す. +**** 失敗 [#ybbf8460] 
- 00 3 1 * * /usr/bin/certbot renew 1>/dev/null 2>&1 && /etc/init.d/httpd restart 1>/dev/null 2>&1+- %%月一または週一%% 毎日で以下の cronを流す. 
 +-- %%00 3 * * * /usr/bin/certbot renew 1>/dev/null 2>&1 && /etc/init.d/httpd restart 1>/dev/null 2>&1%% 
 +-- これだと 更新が無い場合も httpd が再起動する. 
 +#br 
 + 
 +**** 正解は以下 [#l9205dc3] 
 +- cron 
 + 00 3 * * * /usr/local/sbin/certbot renew --post-hook "/etc/init.d/httpd restart" 1>/dev/null 2>&1 
 + 
 +  
 +**** for Jupyterhub [#i691e1cc] 
 + 05 4 * * * /usr/bin/certbot renew --post-hook "touch /tmp/certs_changed" 1>/dev/null 2>&1 && /usr/local/bin/restart-network-service 1>/dev/null 2>&1 
 +- /usr/local/bin/restart-network-service 
 + #!/bin/bash 
 + # 
 + if [ ! -f /tmp/certs_changed ]; then 
 +     exit 1 
 + fi 
 + rm /tmp/certs_changed 
 + # 
 + #systemctl restart cockpit 
 + # 
 + systemctl restart ltictr_proxy 
 + sleep 1 
 + systemctl restart jupyterhub 
 + #
#br #br


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 5月翌月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
<今日>

オンライン状況

61 人のユーザが現在オンラインです。 (18 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 61

もっと...

アクセスカウンタ

今日 : 8585
昨日 : 8599859985998599
総計 : 2364709123647091236470912364709123647091236470912364709123647091
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com