website/docs: document SSL share [GH-3672]

This commit is contained in:
Mitchell Hashimoto 2014-05-08 13:25:39 -07:00
parent a5ca5b39ab
commit 471b3b4059
1 changed files with 13 additions and 0 deletions

View File

@ -74,3 +74,16 @@ will automatically do this for you.
Relative URLs to assets is generally a best practice in general, so you Relative URLs to assets is generally a best practice in general, so you
should do this anyways! should do this anyways!
## HTTPS (SSL)
Vagrant Share can also expose an SSL port that can be accessed over
SSL. For example, instead of accessing `http://foo.vagrantshare.com`, it
could be accessed at `https://foo.vagrantshare.com`.
`vagrant share` by default looks for any SSL traffic on port 443 in your
development environment. If it can't find any, then SSL is disabled by
default.
You can force SSL by setting the `--https` flag to point to the accessible
SSL port.