]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/Certificate.pm
certificate: add check_ prefix to cert/key match helper
[pve-common.git] / src / PVE / Certificate.pm
index 73091ff8852e8df5935b02be5ba3859143cff645..4fbda806a5da36d5426f9fd9f08899a097a619da 100644 (file)
@@ -228,7 +228,7 @@ sub get_certificate_fingerprint {
     return $fp;
 }
 
-sub certificate_matches_key {
+sub check_certificate_matches_key {
     my ($cert_path, $key_path) = @_;
 
     die "No certificate path given!\n" if !$cert_path;