67 lines
2.1 KiB
Diff
67 lines
2.1 KiB
Diff
From 733db4036f2142152795fc51b761f05e39594b08 Mon Sep 17 00:00:00 2001
|
|
From: Sergio Correia <scorreia@redhat.com>
|
|
Date: Tue, 27 May 2025 09:31:54 +0000
|
|
Subject: [PATCH 6/6] Revert "default" server_key_password for
|
|
verifier/registrar
|
|
|
|
Signed-off-by: Sergio Correia <scorreia@redhat.com>
|
|
---
|
|
templates/2.0/mapping.json | 4 ++--
|
|
templates/2.1/mapping.json | 6 +++---
|
|
2 files changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/templates/2.0/mapping.json b/templates/2.0/mapping.json
|
|
index 80dcdde..8fce124 100644
|
|
--- a/templates/2.0/mapping.json
|
|
+++ b/templates/2.0/mapping.json
|
|
@@ -232,7 +232,7 @@
|
|
"server_key_password": {
|
|
"section": "cloud_verifier",
|
|
"option": "private_key_pw",
|
|
- "default": ""
|
|
+ "default": "default"
|
|
},
|
|
"enable_agent_mtls": {
|
|
"section": "cloud_verifier",
|
|
@@ -563,7 +563,7 @@
|
|
"server_key_password": {
|
|
"section": "registrar",
|
|
"option": "private_key_pw",
|
|
- "default": ""
|
|
+ "default": "default"
|
|
},
|
|
"server_cert": {
|
|
"section": "registrar",
|
|
diff --git a/templates/2.1/mapping.json b/templates/2.1/mapping.json
|
|
index 956a53a..88e3fb6 100644
|
|
--- a/templates/2.1/mapping.json
|
|
+++ b/templates/2.1/mapping.json
|
|
@@ -262,7 +262,7 @@
|
|
"server_key_password": {
|
|
"section": "verifier",
|
|
"option": "server_key_password",
|
|
- "default": ""
|
|
+ "default": "default"
|
|
},
|
|
"enable_agent_mtls": {
|
|
"section": "verifier",
|
|
@@ -593,7 +593,7 @@
|
|
"server_key_password": {
|
|
"section": "registrar",
|
|
"option": "server_key_password",
|
|
- "default": ""
|
|
+ "default": "default"
|
|
},
|
|
"server_cert": {
|
|
"section": "registrar",
|
|
@@ -835,4 +835,4 @@
|
|
"handler_consoleHandler": "logging",
|
|
"logger_keylime": "logging"
|
|
}
|
|
-}
|
|
\ No newline at end of file
|
|
+}
|
|
--
|
|
2.47.1
|
|
|