How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "twistedbytes/webserver"
config.vm.box_version = "0.4.0"
end
vagrant init twistedbytes/webserver \
--box-version 0.4.0
vagrant up
This version was created almost 6 years ago.
Update of all servers +
Certificate It's a Lets Encrypt we update and package so it can be used to download into the vagrant box. It can be automatically updated from the box. We did this so you can test locally with https with a valid certificate. Downloading the certificate is a "call home" so it's disabled by default.
There are no providers for this version.