]> git.proxmox.com Git - pve-docs.git/blobdiff - pvenode.adoc
add documentation for vxlan layer 2 network
[pve-docs.git] / pvenode.adoc
index 2c2e3d40e4753842e6f45d0aa508261cb307a733..a41085fd521bd9362c49f3c45b0e463362b2452d 100644 (file)
@@ -23,7 +23,34 @@ Proxmox Node Management
 :pve-toplevel:
 endif::manvolnum[]
 
-The {PVE} node management tools (`pvenode`) ...
+The {PVE} node management tool (`pvenode`) allows to control node specific
+settings and resources.
+
+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`.
+
+ifdef::manvolnum[]
+include::output-format.adoc[]
+endif::manvolnum[]
+
+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
+-----
+
+Setup ACME account and order a certificate for local node.
+
+// TODO: extend and improve chapter!
 
 ifdef::manvolnum[]
 include::pve-copyright.adoc[]