Skip to content

Commit 302835f

Browse files
committed
Added OpenConext CA to the welcome page
1 parent e3ed2bd commit 302835f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

roles/welcome/tasks/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
- name: copy template site files
99
template: src=site/index.html dest=/var/www/welcome/index.html
1010

11+
- name: copy the openconext_ca certificate
12+
copy: src=files/{{ env }}/certs/{{ tls_https.ca_name }} dest=/var/www/welcome/openconext_ca.crt
13+
1114
- name: copy virtual host config
1215
template: src=welcome-vm.conf.j2 dest=/etc/httpd/conf.d/welcome-vm.conf
1316
notify: reload httpd

0 commit comments

Comments
 (0)