5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-02-28 01:57:23 +03:00

avoid own chapter for meager pvenode, move to sysadmin

As else we have a big promising heading for "PVE Node Management"
with just two acme examples and a bit of Wake-On-LAN support.

Move the latter into sysadmin, the former goes only in man-page
environment, as the ACME docs are much more telling.

Ideally we move some stuff inside pvenode and see if it merits it's
own chapter, separating the more basic "Linux-y" sysadmin stuff from
PVE node, but not today.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-05-06 10:30:34 +02:00
parent f5eb2299c2
commit 31bba0a913
2 changed files with 15 additions and 9 deletions

View File

@ -16,11 +16,12 @@ include::pvenode.1-synopsis.adoc[]
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
Proxmox Node Management
=======================
-----------------------
ifdef::wiki[]
:pve-toplevel:
endif::wiki[]
endif::manvolnum[]
The {PVE} node management tool (`pvenode`) allows to control node specific
@ -31,15 +32,18 @@ the node's SSL certificates used for the API and the web GUI through `pveproxy`.
ifdef::manvolnum[]
include::output-format.adoc[]
endif::manvolnum[]
Examples
--------
~~~~~~~~
.Install an externally provided certificate
`pvenode cert set certificate.crt certificate.key -force`
Install an externally provided certificate. Both files need to be PEM encoded.
`certificate.key` contains the private key and `certificate.crt` contains the
whole certificate chain.
Both files need to be PEM encoded. `certificate.key` contains the private key
and `certificate.crt` contains the whole certificate chain.
.Setup ACME account and order a certificate for local node.
-----
pvenode acme account register default mail@example.invalid
@ -48,10 +52,10 @@ pvenode acme cert order
systemctl restart pveproxy
-----
Setup ACME account and order a certificate for local node.
endif::manvolnum[]
Wake-on-LAN
-----------
~~~~~~~~~~~
Wake-on-LAN (WoL) allows to switch on a sleeping computer in the network by
sending a magic packet. At least one NIC must support this feature and the
respective option needs to be enabled in the computers firmware (BIOS/UEFI)

View File

@ -62,6 +62,8 @@ include::local-lvm.adoc[]
include::local-zfs.adoc[]
include::pvenode.adoc[]
include::certificate-management.adoc[]
include::system-booting.adoc[]