1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

add notice about NONINTERACTIVE=1 agreeing to Letsencrypt ToS

This commit is contained in:
Nils Norman Haukås 2018-07-15 17:22:28 +02:00
parent 47688134fc
commit 991569a9ca
No known key found for this signature in database
GPG Key ID: BB8DD87F83E1359E

3
Vagrantfile vendored
View File

@ -22,6 +22,9 @@ Vagrant.configure("2") do |config|
# Set environment variables so that the setup script does # Set environment variables so that the setup script does
# not ask any questions during provisioning. We'll let the # not ask any questions during provisioning. We'll let the
# machine figure out its own public IP. # machine figure out its own public IP.
#
# Please note: NONINTERACTIVE=1 mode means that you'll automatically agree
# to Let's Encrypt's ACME Subscriber Agreement.
export NONINTERACTIVE=1 export NONINTERACTIVE=1
export PUBLIC_IP=auto export PUBLIC_IP=auto
export PUBLIC_IPV6=auto export PUBLIC_IPV6=auto