We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524d16a commit 076730bCopy full SHA for 076730b
provision-contest/ansible/Makefile
@@ -66,6 +66,7 @@ $(SSHKEY) $(SSHKEY).pub:
66
67
$(SSL_DOMSERVER_FILES):
68
openssl req -x509 -nodes -newkey rsa:4096 -subj "/O=DOMjudge/CN=domjudge" \
69
+ -addext "subjectAltName = DNS:wf46-domjudge,DNS:wf47-domjudge,DNS:analyst" \
70
-sha256 -days 365 -keyout $(SSL_DOMSERVER).key -out $(SSL_DOMSERVER).crt
71
$(SSL_LOCALHOST_FILES):
72
openssl req -x509 -nodes -newkey rsa:4096 -subj "/O=DOMjudge/CN=localhost" \
0 commit comments