Let’s Encrypt 有効期限を確認する
- 作成日 2022.03.13
- Let's Encrypt
- Let’s Encrypt
無料のSSLであるLet’s Encryptの有効期限を確認する方法を記述してます。
環境
- OS Rocky Linux release 8.4 (Green Obsidian)
- docker 20.10.8
- docker-compose 1.29.2
確認手順
以下のコマンドを実行すれば有効期限を確認することが可能です。
sudo certbot certificates
実行後は、以下のように有効期限が表示されます。
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Found the following certs:
Certificate Name: xxxxx.com
Serial Number: xxxxxxxxxxxxxxxxxx
Key Type: RSA
Domains: xxxxx.com
Expiry Date: 2022-02-25 00:44:50+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/xxxxx.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/xxxxx.com/privkey.pem
The following renewal configurations were invalid:
/etc/letsencrypt/renewal/xxxxx.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
前の記事
VBA 日付から曜日を取得する 2022.03.13
-
次の記事
javascript lodashを使って指定した回数を関数を実行する 2022.03.14
コメントを書く