hello,
how do I enable https(443) with ssl certificate using the awx installation? what files do I need to modify?
Thanks
hello,
how do I enable https(443) with ssl certificate using the awx installation? what files do I need to modify?
Thanks
If you use our minishift/openshift method you can configure it on the router.
I haven’t implemented anything over the awx web container, though. There are a number of ways to do it (from haproxy, or updating the internal nginx configuration) to handle ssl termination.
thanks matthew, I’m using the docker method for installation.