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 件のコメント:

コメントを投稿

php log(ECS ログ出力)

# PHPエラーログの設定 ENV PHP_INI_DIR /usr/local/etc/php RUN { \ echo 'log_errors = On' ; \ echo 'error_log = /proc/self/...