| SYSTEM INFORMATION | |
|---|---|
| OS type and version | Rocky 9.7 |
| Webmin version | 2.621 |
| Virtualmin version | 8.1 GPL |
If I renew the LE Certs
certbot renew --force-renewal
I get new Certs save into
Certificate Path: /etc/letsencrypt/live/domain.tld/fullchain.pem
Private Key Path: /etc/letsencrypt/live/domain.tld/privkey.pem
Is there one easy command thatr Virtualmin will check locally for new Certs and installed them?
Virtualmin help brought only this up
SSL certificates
----------------
list-certs Output the certificates for some or all virtual
servers
generate-acme-cert Requests and installs an SSL cert for a virtual
server
generate-cert Generate a new self-signed cert or CSR for a virtual
server
generate-letsencrypt-cert Requests and installs an SSL cert for a virtual
server
install-cert Replace the SSL certificate or private key for a
virtual server
install-service-cert Copy the cert and key from a virtual server to some
other service
list-certs-expiry Output the certificates expiry date for matching or
all existing virtual servers
list-service-certs Output a virtual server's certificates used by other
services
get-ssl Output SSL certificate information for a domain
Nothing there sounds like it would be right for me…