nginx needs read access to provide letsencrypt challenges
This commit is contained in:
parent
4457eaf3a4
commit
99be51bf70
|
@ -40,6 +40,9 @@ apt_install openssl
|
|||
|
||||
mkdir -p $STORAGE_ROOT/ssl
|
||||
|
||||
# make directory readable
|
||||
chmod 755 $STORAGE_ROOT/ssl
|
||||
|
||||
# Generate a new private key.
|
||||
#
|
||||
# The key is only as good as the entropy available to openssl so that it
|
||||
|
|
Loading…
Reference in New Issue