From 6c59b57e31d30b349bf819d3e423d758cabaed3d Mon Sep 17 00:00:00 2001 From: Ritikaa96 Date: Tue, 1 Nov 2022 18:54:43 +0530 Subject: [PATCH] adding links to easy-rsa, cfssl and openssl in certificates.md --- content/en/docs/tasks/administer-cluster/certificates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/certificates.md b/content/en/docs/tasks/administer-cluster/certificates.md index d67514c64b41d..dcbd41a7e6c85 100644 --- a/content/en/docs/tasks/administer-cluster/certificates.md +++ b/content/en/docs/tasks/administer-cluster/certificates.md @@ -7,7 +7,7 @@ weight: 20 When using client certificate authentication, you can generate certificates -manually through `easyrsa`, `openssl` or `cfssl`. +manually through [`easyrsa`](https://github.com/OpenVPN/easy-rsa), [`openssl`](https://github.com/openssl/openssl) or [`cfssl`](https://github.com/cloudflare/cfssl).