Get SSL certificate first.
This commit is contained in:
parent
e19fd992d3
commit
482c71ece1
|
@ -4,6 +4,9 @@ include_recipe './attributes.rb'
|
|||
# Kernel Parameters:
|
||||
include_recipe './kernel.rb'
|
||||
|
||||
# Install Let's Encrypt:
|
||||
include_recipe './lego.rb'
|
||||
|
||||
# Prerequisites for Building nginx:
|
||||
include_recipe './webadm.rb'
|
||||
|
||||
|
@ -12,6 +15,3 @@ include_recipe './build.rb'
|
|||
|
||||
# Setup nginx:
|
||||
include_recipe './setup.rb'
|
||||
|
||||
# Install Let's Encrypt:
|
||||
include_recipe './lego.rb'
|
||||
|
|
Loading…
Reference in New Issue