Ensure that login in policy-gui works with AAF 52/123952/3
authordanielhanrahan <daniel.hanrahan@est.tech>
Wed, 8 Sep 2021 09:49:44 +0000 (10:49 +0100)
committerDaniel Hanrahan <daniel.hanrahan@est.tech>
Fri, 10 Sep 2021 08:23:04 +0000 (08:23 +0000)
commit1f68035b96e9336b737bc9a5d055c5ffdd016813
tree9deb894ae8e5a9b3820555e79dbb1cdd7be0b5e1
parentf2047d16b47f086395856aefca6c5047b488d207
Ensure that login in policy-gui works with AAF

Add CLAMP SSL cert and key to Docker image
Change nginx port from 8080 to 2443 and enable SSL
Update README to include instructions on certificate login

Issue-ID: POLICY-3615
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I5211d30c420d75a94621399f33763b8156c50b5b
README.md
packages/policy-gui-docker/src/main/docker/Dockerfile
packages/policy-gui-docker/src/main/docker/etc/ssl/clamp.key [new file with mode: 0644]
packages/policy-gui-docker/src/main/docker/etc/ssl/clamp.pem [new file with mode: 0644]
packages/policy-gui-docker/src/main/docker/nginx/default.conf.template