Mon, 03 Apr 2017 (平成29年) [長年日記]
_ リチウムイオンバッテリーが「爆発」する 5 つの理由
そもそも、リチウムイオンバッテリー自体が危険なものだということは知っておいた方がいい。バッテリー内部はデリケートで、異常発熱につながりやすく発火する可能性がある。酸素に触れることで実際に発火するし、内部の液体は人の肌を黒焦げにする危険性のある化合物も混ざっているのだ。
スマートフォンやタブレットがこれだけ普及してるけれど、自分が持ち歩いているものがそういう危険があるものだと思っていない人が大多数だろうな。充電器とケーブルは安物は避けるべき、というのは覚えておくべきだと思う。
_ certbot で自動更新
manual で取得すると certbot renew ではうまく更新されないらしく、以前に使っていた方式を試してみた。
$ sudo certbot certonly -c /etc/letsencrypt/certbot.ini --dry-run Saving debug log to /var/log/letsencrypt/letsencrypt.log Starting new HTTPS connection (1): acme-staging.api.letsencrypt.org Renewing an existing certificate Performing the following challenges: http-01 challenge for [ドメイン名] Using the webroot path /var/www/html for all unmatched domains. Waiting for verification... Cleaning up challenges Generating key (4096 bits): /etc/letsencrypt/keys/0002_key-certbot.pem Creating CSR: /etc/letsencrypt/csr/0002_csr-certbot.pem
IMPORTANT NOTES: - The dry run was successful. - If you lose your account credentials, you can recover through e-mails sent to nt@be.to. - Your account credentials have been saved in your Certbot configuration directory at /etc/letsencrypt. You should make a secure backup of this folder now. This configuration directory will also contain certificates and private keys obtained by Certbot so making regular backups of this folder is ideal.
ということでどうやらこれでよさそう。
crontab に書いていたコマンドをこの内容に更新したので、月末にきちんと更新されるかどうかを確認すること > 自分