]> git.proxmox.com Git - pve-manager.git/blob - bin/pve5to6
cert renew: note reason why renewal due to long lifetime is done
[pve-manager.git] / bin / pve5to6
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::pve5to6;
7
8 PVE::CLI::pve5to6->run_cli_handler();