]> git.proxmox.com Git - pve-docs.git/blame_incremental - pvenode.adoc
update pvenode.1-synopsis.adoc
[pve-docs.git] / pvenode.adoc
... / ...
CommitLineData
1ifdef::manvolnum[]
2pvenode(1)
3==========
4:pve-toplevel:
5
6NAME
7----
8
9pvenode - Proxmox VE Node Management
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
26The {PVE} node management tool (`pvenode`) allows to control node specific
27settings and resources.
28
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
47Setup ACME account and order a certificate for local node.
48
49// TODO: extend and improve chapter!
50
51ifdef::manvolnum[]
52include::pve-copyright.adoc[]
53endif::manvolnum[]