From e0a937705329661fb49a814b5eb04a4e8f0cda2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Thu, 29 Feb 2024 12:29:29 +0100 Subject: [PATCH] Update README.md (#8) --- 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`.