If you have a certificate problem with your AAP webGUI.
Add a certificate
1/ DL on your AAP server the certificates (probably a files named like the following: AAP-Server.your.company.org.key.pem
and AAP-Server.your.company.org.cert.pem
)
2/ In your /etc/tower
folder you should have some old certificates, rename them and put your news certificates with the same name:
# cp /etc/tower/tower.cert /etc/tower/tower.cert-$(date +%F) |
3/ Restore SELinux context and set permissions
# restorecon -v /etc/tower/tower.cert |
4/ Test your NGNIX configuration and if ok/sucessful reload it:
# nginx -t |
5/ Test your handshake:
# true | openssl s_client -showcerts -connect ${CONTROLLER_FQDN}:443 |
6/ Return to your browser, certificates should be OK.