0
0

Let's Encrypt 証明書更新

Last updated at Posted at 2020-05-17

証明書確認

sudo certbot certificates

証明書更新

sudo certbot renew

以下のようなエラーが発生する場合は、80番ポートが利用されていて更新できないためWebサーバを停止する必要がある。

Problem binding to port 80: Could not bind to IPv4 or IPv6.

停止・スタートコマンド

sudo systemctl stop httpd
sudo systemctl start httpd
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0