Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of RVM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:46, 4 July 2024 Gabriele.vivinetto talk contribs created page Utilizzo di certificati letsencrypt con challenge DNS RFC2136 per Proxmox (Created page with "Su tutti i nodi del cluster: apt install bind9-dnsutils export KEY="la_chiave_tsig_di_bind" export KEYNAME="acme.example.com" <pre> cat > /etc/$KEYNAME.key <<EOFile key "$KEYNAME" { algorithm hmac-sha512; secret "$KEY"; }; EOFile </pre> chown npobody: /etc/$KEYNAME.key In proxmox poi definire Datacenter ACME Account Challenge Plugins: DNS API: nsupdate (<nowiki>RFC 2136</nowiki>) NSUPDATE_KEY: /etc/$KEYNAME.key (per esteso, non con la variable...") Tag: Visual edit