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:
parent
f9c59e53ba
commit
b01aee85b5
|
@ -14,4 +14,4 @@ include_recipe './build.rb'
|
|||
include_recipe './setup.rb'
|
||||
|
||||
# Install Let's Encrypt:
|
||||
include_recipe './letsencrypt.rb'
|
||||
include_recipe './lego.rb'
|
||||
|
|
Loading…
Reference in New Issue