From 98767422b1b7b45a00329a89a6db49b42dda0e22 Mon Sep 17 00:00:00 2001 From: Mike Malone Date: Thu, 17 Jan 2019 16:27:25 -0800 Subject: [PATCH] added example to beginning of readme --- autocert/README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/autocert/README.md b/autocert/README.md index 60c2e357..10395abe 100644 --- a/autocert/README.md +++ b/autocert/README.md @@ -14,7 +14,40 @@ Autocert is a kubernetes add-on that integrates with `step certificates` to auto * Ability to run subordinate to an existing public key infrastructure * Supports federatation with other roots -## What are these certificates good for? +## Example + +Autocert is incredibly easy to use. To trigger automatic certificate management you simply add an annotation to your pods specifying your service's DNS hostname. Autocert will do the rest: securely issuing a certificate, mounting it in containers, and handling renewals. + +``` +$ cat <