[pdm-devel] [PATCH datacenter-manager 11/21] ui: pve wizard: nodes: improve info text

Dominik Csapak d.csapak at proxmox.com
Fri May 16 15:36:01 CEST 2025


by making it clear that fingerprints are *only* necessary when the
certificates are not trusted.

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 ui/src/remotes/wizard_page_nodes.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/remotes/wizard_page_nodes.rs b/ui/src/remotes/wizard_page_nodes.rs
index 8f217c5..ce73f6e 100644
--- a/ui/src/remotes/wizard_page_nodes.rs
+++ b/ui/src/remotes/wizard_page_nodes.rs
@@ -51,7 +51,7 @@ impl Component for PdmWizardPageNodes {
             .padding(4)
             .with_child(Container::new().padding(4).with_child(tr!(
                 "Define a set of addresses that Proxmox Datacenter Manager can use to reach the \
-                cluster or single node. Fingerprints are required for self-signed certificates."
+                cluster or single node. Fingerprints are only required for untrusted certificates."
             )))
             .with_child(
                 NodeUrlList::new()
-- 
2.39.5





More information about the pdm-devel mailing list