From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id CCACB8DA26 for ; Wed, 9 Nov 2022 12:59:42 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 4B3331B8E5 for ; Wed, 9 Nov 2022 12:59:12 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Wed, 9 Nov 2022 12:59:09 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 6D31243741 for ; Wed, 9 Nov 2022 12:59:09 +0100 (CET) From: Matthias Heiserer To: pve-devel@lists.proxmox.com Date: Wed, 9 Nov 2022 12:58:19 +0100 Message-Id: <20221109115828.137770-2-m.heiserer@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221109115828.137770-1-m.heiserer@proxmox.com> References: <20221109115828.137770-1-m.heiserer@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.204 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH docs 01/10] consistently use 'web interface' (two words) X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2022 11:59:42 -0000 Signed-off-by: Matthias Heiserer --- certificate-management.adoc | 2 +- hyper-converged-infrastructure.adoc | 2 +- pve-storage-pbs.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/certificate-management.adoc b/certificate-management.adoc index 4fd2a8a..edf0468 100644 --- a/certificate-management.adoc +++ b/certificate-management.adoc @@ -33,7 +33,7 @@ the cluster CA and therefore not automatically trusted by browsers and operating systems. 2. use an externally provided certificate (e.g. signed by a commercial CA). 3. use ACME (Let's Encrypt) to get a trusted certificate with automatic -renewal, this is also integrated in the {pve} API and Webinterface. +renewal, this is also integrated in the {pve} API and web interface. For options 2 and 3 the file `/etc/pve/local/pveproxy-ssl.pem` (and `/etc/pve/local/pveproxy-ssl.key`, which needs to be without password) is used. diff --git a/hyper-converged-infrastructure.adoc b/hyper-converged-infrastructure.adoc index 1c1cc74..3b15093 100644 --- a/hyper-converged-infrastructure.adoc +++ b/hyper-converged-infrastructure.adoc @@ -46,7 +46,7 @@ Hyper-Converged Infrastructure: Storage {pve} has tightly integrated support for deploying a hyper-converged storage infrastructure. You can, for example, deploy and manage the following two -storage technologies by using the Webinterface only: +storage technologies by using the web interface only: - *ceph*: a both, self-healing and self-managing shared, reliable and highly scalable storage system. Checkout diff --git a/pve-storage-pbs.adoc b/pve-storage-pbs.adoc index 4b94ffd..1006a64 100644 --- a/pve-storage-pbs.adoc +++ b/pve-storage-pbs.adoc @@ -11,7 +11,7 @@ Storage pool type: `pbs` This backend allows direct integration of a Proxmox Backup Server into {pve} like any other storage. A Proxmox Backup storage can be added directly through the {pve} API, CLI or -the webinterface. +the web interface. Configuration ~~~~~~~~~~~~~ -- 2.30.2