LoginSignup
12
12

More than 5 years have passed since last update.

無料で使えるSSL証明書 Certbot (旧Let's Encrypt)

Last updated at Posted at 2016-05-13

改名

  • 2016年05月13日
    • クライアントソフトウェアの名称変更に伴う情報の更新を行いました。
      • 「Let's Encrypt クライアント」という名称を「Certbot クライアント」に変更しました。
      • letsencrypt-auto を certbot-auto に変更しました。
      • URLやディレクトリ名に含まれていた letsencrypt を certbot に変更しました。

だそうです。

インストール

git clone https://github.com/certbot/certbot /usr/local/bin/certbot
/usr/local/bin/certbot/certbot-auto certonly -a standalone \
-d domain.jp \
-d your.domain.jp \
-d your-second.domain.jp \
.....

/etc/letsencrypt/live/の配下に、ドメインごとに証明書が作成される。

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