Hello,
I’m trying to install ssl certificate on AWX instance which was installed with the docker-compose approach
It seems that copying keys to folder /etc/pki/ca-trust/source/anchors/ and running “update-ca-trust” should make the job. Though update-ca-trust cannot apply updates without sudo, and sudo asks for awx password
Where the container password option is in the project?
PS I know it is recommended to use k8s, though it could take a while