2018年6月9日土曜日

SSL(証明書設定)Let's Encrypt :メモ

◾️メモ
実行後に、以下の表示が出てしまった。
(3)の実行を強制終了したので、原因のようだ。)

===以下、エラー内容====
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for www.digihide.ga
Cleaning up challenges
Problem binding to port 80: Could not bind to IPv4 or IPv6.
===================


4)ということで、強引な対策だが以下dockerをストップする。
# sudo systemctl stop docker

5)再度、3)と同じ手順でドメイン名を入力する。
#./certbot-auto certonly --standalone -t


上記、実行後、成功した。

0 件のコメント:

コメントを投稿

helm( kube-prometheus-stack)とlokiの連携

helm経由で、 kube-prometheus-stackとloki stackを入れるだけだと連携ができないので 追加で以下の手順を進める必要がある。 1)Loki stackの導入を実施 helm install loki grafana/loki-stack --name...