2018-04-27 15:02:08 +03:00
ifdef::manvolnum[]
pvenode(1)
==========
:pve-toplevel:
NAME
----
2018-05-11 15:10:35 +03:00
pvenode - Proxmox VE Node Management
2018-04-27 15:02:08 +03:00
SYNOPSIS
--------
include::pvenode.1-synopsis.adoc[]
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
Proxmox Node Management
=======================
:pve-toplevel:
endif::manvolnum[]
2018-05-11 15:10:35 +03:00
The {PVE} node management tool (`pvenode`) allows to control node specific
2018-05-02 17:13:26 +03:00
settings and resources.
2018-05-09 19:56:21 +03:00
Currently `pvenode` allows to set a node's description and to manage
the node's SSL certificates used for the API and the web GUI through `pveproxy`.
2018-07-27 11:21:57 +03:00
ifdef::manvolnum[]
2018-07-27 10:57:51 +03:00
include::output-format.adoc[]
2018-07-27 11:21:57 +03:00
endif::manvolnum[]
2018-07-27 10:57:51 +03:00
2018-05-09 19:56:21 +03:00
EXAMPLES
--------
`pvenode cert set certificate.crt certificate.key -force`
Install an externally provided certificate. Both files need to be PEM encoded.
`certificate.key` contains the private key and `certificate.crt` contains the
whole certificate chain.
-----
pvenode acme account register default mail@example.invalid
pvenode config set --acme domains=example.invalid
pvenode acme cert order
systemctl restart pveproxy
-----
2018-05-11 15:10:35 +03:00
Setup ACME account and order a certificate for local node.
2018-05-02 17:13:26 +03:00
// TODO: extend and improve chapter!
2018-04-27 15:02:08 +03:00
ifdef::manvolnum[]
include::pve-copyright.adoc[]
endif::manvolnum[]