LoginSignup
1
1

More than 5 years have passed since last update.

LetsencryptのSSL証明書の更新をする

Posted at

LetsencryptのSSL証明書が期限切れになっていることをATSをやっている時に気づいき、
適当に更新したらできたので共有

$ cd /path/to/letsencrypt/
$ ./letsencrypt-auto --renew-by-default certonly -a standalone --server https://acme-v01.api.letsencrypt.org/directory --agree-dev-preview -d example.com -d aaa.example.com

特にNginxの設定ファイルなどの変更することなくできたのでとても楽でした。
ただサーバが貧弱なのでとても時間がかかりました。

1
1
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
1
1