We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f4a56 commit f430f46Copy full SHA for f430f46
provision-contest/ansible/Makefile
@@ -71,7 +71,7 @@ $(SSHKEY) $(SSHKEY).pub:
71
72
$(SSL_DOMSERVER_FILES):
73
openssl req -x509 -nodes -newkey rsa:4096 -subj "/O=DOMjudge/CN=domjudge" \
74
- -addext "subjectAltName = DNS:wf46-domjudge,DNS:wf47-domjudge,DNS:analyst" \
+ -addext "subjectAltName = DNS:domjudge" \
75
-sha256 -days 365 -keyout $(SSL_DOMSERVER).key -out $(SSL_DOMSERVER).crt
76
$(SSL_NODEEXPORT_FILES):
77
openssl req -x509 -nodes -newkey rsa:4096 -subj "/O=DOMjudge/CN=metricexporter" \
0 commit comments