0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Amazon Linux2 上の nginxをcertbotを使ってSSL化

Posted at

なんかスルッと行かなかったのでメモ。
nginxインストール直後の想定。

sudo yum-config-manager --enable epel*
sudo yum install certbot-nginx

# 重要:nginx.confのserver_nameのとこをドメイン名に修正

sudo certbot --nginx

以下は指示に従う。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?