aboutsummaryrefslogtreecommitdiff
path: root/example/client-auth/README.md
diff options
context:
space:
mode:
authorJeremy Clerc <jclerc@google.com>2017-02-15 14:48:45 +0100
committerJeremy Clerc <jclerc@google.com>2017-02-15 14:48:45 +0100
commitda29806f5b70ad69f35f13566768252e4d6588af (patch)
tree1618a1e5673c6ca71434de19dbc080af92d709b9 /example/client-auth/README.md
parent48788f8d084bc2e3d97341b060761747faf11a83 (diff)
downloadeasypki-da29806f5b70ad69f35f13566768252e4d6588af.tar.xz
Example readme, make localhost a link. Adjust import orders in examplev1.1.0
file.
Diffstat (limited to 'example/client-auth/README.md')
-rw-r--r--example/client-auth/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/client-auth/README.md b/example/client-auth/README.md
index 44d0d50..c11fe06 100644
--- a/example/client-auth/README.md
+++ b/example/client-auth/README.md
@@ -52,8 +52,8 @@ Run nginx:
docker run --rm -v $PWD/conf.d:/etc/nginx/conf.d -p 8080:443 nginx
```
-Open you browser at https://localhost:8080, and you should see "Welcome to
-nginx!".
+Open you browser at [https://localhost:8080](https://localhost:8080),
+and you should see "Welcome to nginx!".
Try to remove your client certificate from your browser and you get 400 bad
request.