Load `lego.rb` instead of `letsencrypt.rb`.

diff --git a/cookbooks/nginx/default.rb b/cookbooks/nginx/default.rb
index f7a30a7..8529d93 100644
--- a/cookbooks/nginx/default.rb
+++ b/cookbooks/nginx/default.rb
@@ -14,4 +14,4 @@ include_recipe './build.rb'
 include_recipe './setup.rb'

 # Install Let's Encrypt:
-include_recipe './letsencrypt.rb'
\ No newline at end of file
+include_recipe './lego.rb'
This commit is contained in:
Kazuhiro MUSASHI 2019-10-27 15:11:05 +08:00
parent f9c59e53ba
commit b01aee85b5
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ include_recipe './build.rb'
include_recipe './setup.rb'
# Install Let's Encrypt:
include_recipe './letsencrypt.rb'
include_recipe './lego.rb'