]> git.proxmox.com Git - pve-manager.git/commitdiff
cert renew: note reason why renewal due to long lifetime is done
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 27 Apr 2020 16:28:59 +0000 (18:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 27 Apr 2020 16:28:59 +0000 (18:28 +0200)
bin/pveupdate

index 36ac6814f563f24af67347e2853856f86bd508e8..56d5d718655b5f920e80c77e7428ef25cccc3865 100755 (executable)
@@ -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 $@;