]> git.proxmox.com Git - pve-docs.git/blame - pvenode.adoc
more ACME documentation
[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
32EXAMPLES
33--------
34`pvenode cert set certificate.crt certificate.key -force`
35
36Install an externally provided certificate. Both files need to be PEM encoded.
37`certificate.key` contains the private key and `certificate.crt` contains the
38whole certificate chain.
39
40-----
41pvenode acme account register default mail@example.invalid
42pvenode config set --acme domains=example.invalid
43pvenode acme cert order
44systemctl restart pveproxy
45-----
46
0e9c6c13 47Setup ACME account and order a certificate for local node.
9cbe129f
TL
48
49// TODO: extend and improve chapter!
a99bdc62
FG
50
51ifdef::manvolnum[]
52include::pve-copyright.adoc[]
53endif::manvolnum[]