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