From 1f28e4a8d07ab0f2d260f17673a6a46b3ed6a58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Thu, 29 Feb 2024 12:16:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a2720..c206c0e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Introduction -FIX CA is the internal Certificate Authority for [FIX](https://fix.tt/). It provides the same interface as [Resoto Core's](https://github.com/someengineering/resoto/tree/main/resotocore) built-in CA and is used to issue certificates for FIX internal services. +FIX CA is the internal Certificate Authority for [FIX](https://fix.tt/). It provides the same interface as [Fix Core's](https://github.com/someengineering/fixinventory/tree/main/fixcore) built-in CA and is used to issue certificates for FIX internal services. FIX CA stores its CA cert and key in a K8s secret. As such it needs to either run inside a K8s cluster with appropriate permissions or have access to a K8s cluster via `KUBECONFIG`.