From 31bba0a9132960fd4352f03707345b560d7f6084 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 6 May 2020 10:30:34 +0200 Subject: [PATCH] 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 --- pvenode.adoc | 22 +++++++++++++--------- sysadmin.adoc | 2 ++ 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/pvenode.adoc b/pvenode.adoc index 2559a3f..bace13c 100644 --- a/pvenode.adoc +++ b/pvenode.adoc @@ -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) diff --git a/sysadmin.adoc b/sysadmin.adoc index 883f9bd..3f62619 100644 --- a/sysadmin.adoc +++ b/sysadmin.adoc @@ -62,6 +62,8 @@ include::local-lvm.adoc[] include::local-zfs.adoc[] +include::pvenode.adoc[] + include::certificate-management.adoc[] include::system-booting.adoc[] -- 2.39.2