Replies: 1 comment
|
At the moment, there doesn't seem to be a built-in way in NPM to replace one manually uploaded custom certificate and automatically update every Proxy Host using it. The reason is that custom certificates are stored as certificate records, and Proxy Hosts reference a specific certificate ID. Uploading the renewed certificate normally creates a new certificate record, so the existing hosts still point to the old one. For a wildcard certificate there are basically two approaches:
I would avoid simply overwriting the files inside the NPM volume. It can make Nginx use the new PEM files, but NPM's database/UI metadata such as expiration dates remains out of sync. There are also open enhancement requests for exactly this use case — replacing a custom certificate or assigning one certificate to multiple hosts in bulk — so I don't think you're missing an existing UI option. |
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone, first I'd like to say that I love NPM and can't live without it anymore. Given that certificate validity periods are decreasing, is there any way to update the wildcard certificate that was manually installed on all registered hosts?
All reactions