Skip to content

Commit 0e30853

Browse files
elderingDOMjudge @ NWERC
authored andcommitted
No need to create a self-signed cert; we already have one.
1 parent 5228c83 commit 0e30853

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

icpc-wf/ansible/domserver.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,6 @@
133133
dest: "{{DJDIR}}/webapp/web/style.css"
134134
when: BACKGROUND_COLOR is defined
135135

136-
- name: create a self signed cert
137-
shell: "openssl req -newkey rsa:2048 -new -x509 -days 365 -nodes -out /etc/ssl/certs/domjudge.crt -keyout /etc/ssl/private/domjudge.pem -subj /CN={{ansible_hostname}}"
138-
args:
139-
creates: /etc/ssl/private/domjudge.pem
140-
#- name: update apache to use new cert
141-
# lineinfile:
142-
143136
- name: Update servername in apache config
144137
lineinfile:
145138
insertbefore: '^#Global config'

0 commit comments

Comments
 (0)