From 795566a36a43d7c009981517f9b3d16811f5aecb Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 12 Feb 2019 14:29:19 -0800 Subject: [PATCH] moved images --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90e612b6..95cd0b9a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ For more information and docs see [the Step website](https://smallstep.com/cli/) and the [blog post](https://smallstep.com/blog/step-certificates.html) announcing Step Certificate Authority. -![Animated terminal showing step certificates in practice](https://github.com/smallstep/certificates/raw/master/docs/step-ca.gif) +![Animated terminal showing step certificates in practice](https://github.com/smallstep/certificates/raw/master/images/step-ca.gif) ## Why? @@ -18,7 +18,7 @@ and rolling is challenging even for experts. Amongst numerous use cases, proper PKI makes it easy to use mTLS (mutual TLS) to improve security and to make it possible to connect services across the public internet. Unlike VPNs & SDNs, deploying and scaling mTLS is pretty easy. You're (hopefully) already using TLS, and your existing tools and standard libraries will provide most of what you need. If you know how to operate DNS and reverse proxies, you know how to operate mTLS infrastructure. -![Connect it all with mTLS](https://raw.githubusercontent.com/smallstep/certificates/master/connect-with-mtls-2.png) +![Connect it all with mTLS](https://raw.githubusercontent.com/smallstep/certificates/master/images/connect-with-mtls-2.png) There's just one problem: **you need certificates issued by your own certificate authority (CA)**. Building and operating a CA, issuing certificates, and making sure they're renewed before they expire is tricky. This project provides the infratructure, automations, and workflows you'll need. @@ -29,7 +29,7 @@ improve them as your system matures. > ## 🆕 Autocert > -> +> > If you're using Kubernetes, make sure you [check out autocert](autocert/README.md): a kubernetes add-on that builds on `step certificates` to automatically injects TLS/HTTPS certificates into your containers. ### Table of Contents