[pve-devel] [PATCH 2/4] include ::1 in a certificate's subjectAltName list

Wolfgang Bumiller w.bumiller at proxmox.com
Thu May 21 13:07:42 CEST 2015


---
 data/PVE/Cluster.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index 09ddf01..c142bc8 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -235,7 +235,7 @@ sub gen_pve_ssl_cert {
 
     return if !$force && -f $pvessl_cert_fn;
 
-    my $names = "IP:127.0.0.1,DNS:localhost";
+    my $names = "IP:127.0.0.1,IP:::1,DNS:localhost";
 
     my $rc = PVE::INotify::read_file('resolvconf');
 
-- 
2.1.4





More information about the pve-devel mailing list