Skip to content

Commit f430f46

Browse files
Fix SAN entry for domjudge SSL cert
1 parent 29f4a56 commit f430f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision-contest/ansible/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $(SSHKEY) $(SSHKEY).pub:
7171

7272
$(SSL_DOMSERVER_FILES):
7373
openssl req -x509 -nodes -newkey rsa:4096 -subj "/O=DOMjudge/CN=domjudge" \
74-
-addext "subjectAltName = DNS:wf46-domjudge,DNS:wf47-domjudge,DNS:analyst" \
74+
-addext "subjectAltName = DNS:domjudge" \
7575
-sha256 -days 365 -keyout $(SSL_DOMSERVER).key -out $(SSL_DOMSERVER).crt
7676
$(SSL_NODEEXPORT_FILES):
7777
openssl req -x509 -nodes -newkey rsa:4096 -subj "/O=DOMjudge/CN=metricexporter" \

0 commit comments

Comments
 (0)