Skip to content

Commit 483cf6f

Browse files
author
Till Brehm
committed
Merge branch 'sonority-develop-patch-76321' into 'develop'
Fixed typo. Wrong "subjectAltName" with leading dot when using self-signed certificates. See merge request ispconfig/ispconfig3!1671
2 parents 9ab8755 + da608f7 commit 483cf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/nginx_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function ssl($event_name, $data) {
161161
subjectAltName = @alt_names
162162
163163
[alt_names]
164-
DNS.1 = .$domain";
164+
DNS.1 = $domain";
165165

166166
$ssl_cnf_file = $ssl_dir.'/openssl.conf';
167167
$app->system->file_put_contents($ssl_cnf_file, $ssl_cnf);

0 commit comments

Comments
 (0)