]> git.proxmox.com Git - pve-docs.git/blame - pvenode.adoc
add documentation for display types and memory configuration
[pve-docs.git] / pvenode.adoc
CommitLineData
a99bdc62
FG
1ifdef::manvolnum[]
2pvenode(1)
3==========
4:pve-toplevel:
5
6NAME
7----
8
0e9c6c13 9pvenode - Proxmox VE Node Management
a99bdc62
FG
10
11SYNOPSIS
12--------
13
14include::pvenode.1-synopsis.adoc[]
15
16DESCRIPTION
17-----------
18endif::manvolnum[]
19
20ifndef::manvolnum[]
21Proxmox Node Management
22=======================
23:pve-toplevel:
24endif::manvolnum[]
25
0e9c6c13 26The {PVE} node management tool (`pvenode`) allows to control node specific
9cbe129f
TL
27settings and resources.
28
aeecd9ea
SI
29Currently `pvenode` allows to set a node's description and to manage
30the node's SSL certificates used for the API and the web GUI through `pveproxy`.
31
ed53a3e6 32ifdef::manvolnum[]
a5d27935 33include::output-format.adoc[]
ed53a3e6 34endif::manvolnum[]
a5d27935 35
aeecd9ea
SI
36EXAMPLES
37--------
38`pvenode cert set certificate.crt certificate.key -force`
39
40Install an externally provided certificate. Both files need to be PEM encoded.
41`certificate.key` contains the private key and `certificate.crt` contains the
42whole certificate chain.
43
44-----
45pvenode acme account register default mail@example.invalid
46pvenode config set --acme domains=example.invalid
47pvenode acme cert order
48systemctl restart pveproxy
49-----
50
0e9c6c13 51Setup ACME account and order a certificate for local node.
9cbe129f
TL
52
53// TODO: extend and improve chapter!
a99bdc62
FG
54
55ifdef::manvolnum[]
56include::pve-copyright.adoc[]
57endif::manvolnum[]