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 <