Search found 2 matches

by mike&ike
Wed Apr 22, 2026 11:53 am
Forum: EverPanel
Topic: Use NPMPlus to manage evernode SSL Certs
Replies: 2
Views: 232

Re: Use NPMPlus to manage evernode SSL Certs

After playing with this for a few days.

I DO NOT recommend!
by mike&ike
Tue Apr 14, 2026 8:08 pm
Forum: EverPanel
Topic: Use NPMPlus to manage evernode SSL Certs
Replies: 2
Views: 232

Use NPMPlus to manage evernode SSL Certs

Leaving this here for science but I do not recommend this path. # NPMPlus managed SSL Certs for Evernode ## Prep the PVE host In order to share certs with your vms you need to create a NFS server on the PVE host #### Step 1 Install NFS server: apt update && apt install nfs-kernel-server -y Y...