mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
* Reword lots of instances of 'will' * Reword lots of instances of won't * Reword lots of instances of we'll * Eradicate you'll * Eradicate 'be able to' type of phrases * Eradicate 'unable to' type of phrases * Eradicate 'has / have to' type of phrases * Eradicate 'note that' type of phrases * Eradicate 'in order to' type of phrases * Redirect to official Chef and Puppet docs * Eradicate gratuitous 'please' * Reduce use of e.g. * Reduce use of i.e. * Reduce use of N.B. * Get rid of 'sexagesimal' and correct some errors
30 lines
845 B
Markdown
30 lines
845 B
Markdown
---
|
|
published: false
|
|
---
|
|
|
|
This is an initial attempt to make it easier to test the examples in the https.md
|
|
doc.
|
|
|
|
At this point, it is a manual thing, and I've been running it in boot2docker.
|
|
|
|
My process is as following:
|
|
|
|
$ boot2docker ssh
|
|
root@boot2docker:/# git clone https://github.com/moby/moby
|
|
root@boot2docker:/# cd docker/docs/articles/https
|
|
root@boot2docker:/# make cert
|
|
|
|
lots of things to see and manually answer, as openssl wants to be interactive
|
|
|
|
**NOTE:** make sure you enter the hostname (`boot2docker` in my case) when prompted for `Computer Name`)
|
|
|
|
root@boot2docker:/# sudo make run
|
|
|
|
Start another terminal:
|
|
|
|
$ boot2docker ssh
|
|
root@boot2docker:/# cd docker/docs/articles/https
|
|
root@boot2docker:/# make client
|
|
|
|
The last connects first with `--tls` and then with `--tlsverify`, both should succeed.
|