From 60a05ecd883173862339d420ffc92bfe41c46646 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 7 Mar 2023 11:51:15 +0100 Subject: [PATCH] certificate: add check_ prefix to cert/key match helper MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- src/PVE/Certificate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/Certificate.pm b/src/PVE/Certificate.pm index 73091ff..4fbda80 100644 --- a/src/PVE/Certificate.pm +++ b/src/PVE/Certificate.pm @@ -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; -- 2.39.2