From 94ae78c3f44aa4521bdde18589612c67e05edbf4 Mon Sep 17 00:00:00 2001 From: Manuthor <32013169+Manuthor@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:54:00 +0100 Subject: [PATCH] docs: change default port of KMS package from 8080 to 9998 (#364) --- documentation/docs/marketplace_guide.md | 8 ++++---- resources/kms.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/docs/marketplace_guide.md b/documentation/docs/marketplace_guide.md index 95a0eb35..a8b96c02 100644 --- a/documentation/docs/marketplace_guide.md +++ b/documentation/docs/marketplace_guide.md @@ -31,7 +31,7 @@ Select an OS and continue until the Cosmian VM KMS instance is spawned. The Cosmian KMS contains: -- a ready-to-go Nginx setup (listening on port `443` and locally on port `8080`) +- a ready-to-go Nginx setup (listening on port `443` and locally on port `9998`) - a ready-to-go KMS service - the Cosmian VM software stack. As reminder, Cosmian VM Agent is listening on port `5555`. @@ -42,7 +42,7 @@ The Cosmian KMS contains: By default: -- the KMS server is locally listening on port 8080 +- the KMS server is locally listening on port 9998 - its database is a local Redis database with encrypted data using the scheme [Findex](../search/findex.md). - the KMS configuration file is located in the encrypted LUKS container @@ -52,7 +52,7 @@ at `/var/lib/cosmian_vm/data/app.conf` and has the following content: default_username = "admin" [http] -port = 8080 +port = 9998 hostname = "0.0.0.0" [db] @@ -102,7 +102,7 @@ where `kms.toml` can be: default_username = "admin" [http] -port = 8080 +port = 9998 hostname = "0.0.0.0" [db] diff --git a/resources/kms.toml b/resources/kms.toml index 4fe933b1..2c687901 100644 --- a/resources/kms.toml +++ b/resources/kms.toml @@ -1,7 +1,7 @@ default_username = "admin" [http] -port = 8080 +port = 9998 hostname = "0.0.0.0" [db]