mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 03:16:12 +00:00
cert renew: note reason why renewal due to long lifetime is done
This commit is contained in:
parent
75456ef378
commit
e33f43a3de
@ -109,7 +109,7 @@ eval {
|
||||
$renew->("expires soon, renewing...");
|
||||
} elsif (!PVE::Certificate::check_expiry($certpath, time() + 2*365*24*60*60)) {
|
||||
# expires in more than 2 years
|
||||
$renew->("expires in more than 2 years, renewing to reduce certificate life-span...");
|
||||
$renew->("expires in more than 2 years, renewing to reduce certificate life-span for client compatibility...");
|
||||
}
|
||||
};
|
||||
syslog ('err', "Checking/Renewing SSL certificate failed: $@") if $@;
|
||||
|
Loading…
Reference in New Issue
Block a user