Skip to content

Commit

Permalink
More stupid lint tricks
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed Feb 8, 2024
1 parent f9f9b0c commit 17359de
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions linkerd.io/content/blog/2024/0206-linkerd-and-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,14 +652,17 @@ us dramatically increase security of the overall system.

Vault, of course, isn't the only external CA we can use: cert-manager supports
a lot of different issuers, including ACME, Vault, Venafi, and many others
issuers (see https://cert-manager.io/docs/configuration/external/). We used
Vault for this workshop because it's free to use and relatively easy to set up
in Docker, but you're encouraged to try other kinds of external CAs.
issuers (see the [cert-manager
documentation](https://cert-manager.io/docs/configuration/external/) for more
about this). We used Vault for this workshop because it's free to use and
relatively easy to set up in Docker, but you're encouraged to try other kinds
of external CAs -- ultimately, the critical bit isn't which one you use, it's
that you're keeping your secret keys secret.

----

If you found this interesting, check out the Service Mesh Academy workshop on
_If you found this interesting, check out the Service Mesh Academy workshop on
[Linkerd with external CAs using Vault](https://buoyant.io/service-mesh-academy/linkerd-with-external-cas-using-vault),
where you can see the hands-on demo of everything I've talked about here! And,
as always, feedback is always welcome -- you can find me as `@flynn` on the
[Linkerd Slack](https://slack.linkerd.io).
[Linkerd Slack](https://slack.linkerd.io)._

0 comments on commit 17359de

Please sign in to comment.