[pve-devel] [PATCH docs] sdn: add fingerprint option to the NetBox IPAM plugin

Gabriel Goller g.goller at proxmox.com
Wed Jun 11 14:32:16 CEST 2025


Add the required "Fingerprint" option of the NetBox IPAM plugin to the
docs. Also add a quick `openssl` command to retrieve the fingerprint
from the default certificate on a NetBox installation. AFAIK NetBox
doesn't provide a way to easily get the fingerprint from the gui.

Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
---
 pvesdn.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pvesdn.adoc b/pvesdn.adoc
index 5e58cc367707..20d50d335993 100644
--- a/pvesdn.adoc
+++ b/pvesdn.adoc
@@ -563,6 +563,10 @@ URL:: The NetBox REST API endpoint: `http://yournetbox.domain.com/api`
 
 Token:: An API access token
 
+Fingerprint:: The SHA-256 fingerprint of the NetBox API. Can be retrieved with
+  `openssl x509 -in /etc/ssl/certs/netbox.crt -noout -fingerprint -sha256` when
+  using the default certificate.
+
 
 [[pvesdn_ipam_plugin_phpipam]]
 phpIPAM Plugin
-- 
2.39.5





More information about the pve-devel mailing list