Skip to content

Commit

Permalink
Improve DNS error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Weiyan Shao committed Jun 19, 2020
1 parent 49ad2fe commit 0c30559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fs_overlay/opt/certs_manager/lib/acme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ def self.le_sign(domain)
rescue Exception => e
puts <<-HERE
================================================================================
Failed to sign #{domain.name}, is DNS set up properly?
Failed to sign #{domain.name}.
Make sure you DNS is configured correctly and is propagated to this host
machine. Sometimes that takes a while.
================================================================================
HERE

Expand Down

0 comments on commit 0c30559

Please sign in to comment.