github.com/endocode/docker@v1.4.2-0.20160113120958-46eb4700391e/docs/articles/https/README.md (about)

     1  <!--[metadata]>
     2  +++
     3  draft = true
     4  +++
     5  <![end-metadata]-->
     6  
     7  
     8  
     9  This is an initial attempt to make it easier to test the examples in the https.md
    10  doc
    11  
    12  at this point, it has to be a manual thing, and I've been running it in boot2docker
    13  
    14  so my process is
    15  
    16  $ boot2docker ssh
    17  $$ git clone https://github.com/docker/docker
    18  $$ cd docker/docs/articles/https
    19  $$ make cert
    20  lots of things to see and manually answer, as openssl wants to be interactive
    21  **NOTE:** make sure you enter the hostname (`boot2docker` in my case) when prompted for `Computer Name`)
    22  $$ sudo make run
    23  
    24  start another terminal
    25  
    26  $ boot2docker ssh
    27  $$ cd docker/docs/articles/https
    28  $$ make client
    29  
    30  the last will connect first with `--tls` and then with `--tlsverify`
    31  
    32  both should succeed