HomeServer29
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
#contents();
*** kgb.hmuna.com のサーバー証明書の更新 [#c58d521a]
- 実は(後で気付いたのだが)元々使っていた namecheap の証...
-- &ref(Your SSL will pause in 30 days - Namecheap suppor...
- 今回無償で利用できる Let's Encrypt への移行を行った (20...
*** [[Let's encrypt:https://letsencrypt.org/ja/getting-st...
- [[certbot:https://certbot.eff.org/]] を利用して自動更新...
- kgb.hmuna.com は Ubuntu 18.04 上で稼働中
[KGB] munakata:/etc/apache2/sites-available$ lsb_release...
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic
- snap の確認
[KGB] munakata:/etc/apache2/sites-available$ sudo snap i...
snap "core" is already installed, see 'snap help refresh'
snap "core" has no updates available
- 稼働中の chertbot を削除し、Let's Encrypt のバージョン...
[KGB] munakata:/etc/apache2/sites-available$ sudo apt-ge...
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
以下のパッケージが自動でインストールされましたが、もう必...
python3-acme python3-augeas python3-certbot python3-co...
python3-ndg-httpsclient python3-parsedatetime python3-...
これを削除するには 'sudo apt autoremove' を利用してくだ...
以下のパッケージは「削除」されます:
certbot python-certbot-apache python3-certbot-apache
アップグレード: 0 個、新規インストール: 0 個、削除: 3 個...
1 個のパッケージが完全にインストールまたは削除されていま...
この操作後に 461 kB のディスク容量が解放されます。
続行しますか? [Y/n]
(データベースを読み込んでいます ... 現在 417562 個のファ...
python-certbot-apache (0.31.0-1+ubuntu18.04.1+certbot+1)...
python3-certbot-apache (0.31.0-1+ubuntu18.04.1+certbot+1...
certbot (0.31.0-2~deb10u1+ubuntu18.04.1+certbot+3) を削...
rsyslog (8.32.0-1ubuntu4.2) を設定しています ...
ユーザー `syslog' はすでにグループ `adm' のメンバーです。
Unsafe symlinks encountered in /var/log/auth.log, refusi...
Unsafe symlinks encountered in /var/log/mail.log, refusi...
Unsafe symlinks encountered in /var/log/kern.log, refusi...
Unsafe symlinks encountered in /var/log/syslog, refusing.
dpkg: パッケージ rsyslog の処理中にエラーが発生しました ...
installed rsyslog package post-installation script subpr...
man-db (2.8.3-2ubuntu0.1) のトリガを処理しています ...
処理中にエラーが発生しました:
rsyslog
E: Sub-process /usr/bin/dpkg returned an error code (1)
- charbot の自動インストールスクリプトを利用して Let's En...
[KGB] munakata:/etc/apache2/sites-available$ sudo certbo...
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Which names would you like to activate HTTPS for?
We recommend selecting either all domains, or all domain...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
1: kgb.hmuna.com
2: svr.hmuna.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Select the appropriate numbers separated by commas and/o...
blank to select all options shown (Enter 'c' to cancel): 1
Requesting a certificate for kgb.hmuna.com
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/kgb.hmuna...
Key is saved at: /etc/letsencrypt/live/kgb.hmuna...
This certificate expires on 2022-12-23.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically ren...
Deploying certificate
Successfully deployed certificate for kgb.hmuna.com to /...
Congratulations! You have successfully enabled HTTPS on ...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
If you like Certbot, please consider supporting our work...
* Donating to ISRG / Let's Encrypt: https://letsencry...
* Donating to EFF: https://eff.org/d...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
- 自動更新のテスト実行を実施
[KGB] munakata:/etc/apache2/sites-available$ sudo certbo...
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /etc/letsencrypt/renewal/kgb.hmuna.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Simulating renewal of an existing certificate for kgb.hm...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /etc/letsencrypt/renewal/svr.hmuna.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Simulating renewal of an existing certificate for svr.hm...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Congratulations, all simulated renewals succeeded:
/etc/letsencrypt/live/kgb.hmuna.com/fullchain.pem (suc...
/etc/letsencrypt/live/svr.hmuna.com/fullchain.pem (suc...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
- 証明書の指定部分を確認 (/etc/apache2/sites-available/ k...
[KGB] munakata:/etc/apache2/sites-available$
SSLCertificateFile /etc/letsencrypt/live/kgb.hmuna.com/f...
SSLCertificateKeyFile /etc/letsencrypt/live/kgb.hmuna.co...
Include /etc/letsencrypt/options-ssl-apache.conf?
終了行:
#contents();
*** kgb.hmuna.com のサーバー証明書の更新 [#c58d521a]
- 実は(後で気付いたのだが)元々使っていた namecheap の証...
-- &ref(Your SSL will pause in 30 days - Namecheap suppor...
- 今回無償で利用できる Let's Encrypt への移行を行った (20...
*** [[Let's encrypt:https://letsencrypt.org/ja/getting-st...
- [[certbot:https://certbot.eff.org/]] を利用して自動更新...
- kgb.hmuna.com は Ubuntu 18.04 上で稼働中
[KGB] munakata:/etc/apache2/sites-available$ lsb_release...
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic
- snap の確認
[KGB] munakata:/etc/apache2/sites-available$ sudo snap i...
snap "core" is already installed, see 'snap help refresh'
snap "core" has no updates available
- 稼働中の chertbot を削除し、Let's Encrypt のバージョン...
[KGB] munakata:/etc/apache2/sites-available$ sudo apt-ge...
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
以下のパッケージが自動でインストールされましたが、もう必...
python3-acme python3-augeas python3-certbot python3-co...
python3-ndg-httpsclient python3-parsedatetime python3-...
これを削除するには 'sudo apt autoremove' を利用してくだ...
以下のパッケージは「削除」されます:
certbot python-certbot-apache python3-certbot-apache
アップグレード: 0 個、新規インストール: 0 個、削除: 3 個...
1 個のパッケージが完全にインストールまたは削除されていま...
この操作後に 461 kB のディスク容量が解放されます。
続行しますか? [Y/n]
(データベースを読み込んでいます ... 現在 417562 個のファ...
python-certbot-apache (0.31.0-1+ubuntu18.04.1+certbot+1)...
python3-certbot-apache (0.31.0-1+ubuntu18.04.1+certbot+1...
certbot (0.31.0-2~deb10u1+ubuntu18.04.1+certbot+3) を削...
rsyslog (8.32.0-1ubuntu4.2) を設定しています ...
ユーザー `syslog' はすでにグループ `adm' のメンバーです。
Unsafe symlinks encountered in /var/log/auth.log, refusi...
Unsafe symlinks encountered in /var/log/mail.log, refusi...
Unsafe symlinks encountered in /var/log/kern.log, refusi...
Unsafe symlinks encountered in /var/log/syslog, refusing.
dpkg: パッケージ rsyslog の処理中にエラーが発生しました ...
installed rsyslog package post-installation script subpr...
man-db (2.8.3-2ubuntu0.1) のトリガを処理しています ...
処理中にエラーが発生しました:
rsyslog
E: Sub-process /usr/bin/dpkg returned an error code (1)
- charbot の自動インストールスクリプトを利用して Let's En...
[KGB] munakata:/etc/apache2/sites-available$ sudo certbo...
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Which names would you like to activate HTTPS for?
We recommend selecting either all domains, or all domain...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
1: kgb.hmuna.com
2: svr.hmuna.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Select the appropriate numbers separated by commas and/o...
blank to select all options shown (Enter 'c' to cancel): 1
Requesting a certificate for kgb.hmuna.com
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/kgb.hmuna...
Key is saved at: /etc/letsencrypt/live/kgb.hmuna...
This certificate expires on 2022-12-23.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically ren...
Deploying certificate
Successfully deployed certificate for kgb.hmuna.com to /...
Congratulations! You have successfully enabled HTTPS on ...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
If you like Certbot, please consider supporting our work...
* Donating to ISRG / Let's Encrypt: https://letsencry...
* Donating to EFF: https://eff.org/d...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
- 自動更新のテスト実行を実施
[KGB] munakata:/etc/apache2/sites-available$ sudo certbo...
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /etc/letsencrypt/renewal/kgb.hmuna.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Simulating renewal of an existing certificate for kgb.hm...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /etc/letsencrypt/renewal/svr.hmuna.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Simulating renewal of an existing certificate for svr.hm...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Congratulations, all simulated renewals succeeded:
/etc/letsencrypt/live/kgb.hmuna.com/fullchain.pem (suc...
/etc/letsencrypt/live/svr.hmuna.com/fullchain.pem (suc...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
- 証明書の指定部分を確認 (/etc/apache2/sites-available/ k...
[KGB] munakata:/etc/apache2/sites-available$
SSLCertificateFile /etc/letsencrypt/live/kgb.hmuna.com/f...
SSLCertificateKeyFile /etc/letsencrypt/live/kgb.hmuna.co...
Include /etc/letsencrypt/options-ssl-apache.conf?
ページ名: