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