Ansible Tower access via awx cli and ssl

We are currently using tower-cli from TeamCity to e.g. launch job_templates in Ansible Tower.
Since tower-cli is deprecated and awx cli should be used instead, our intention is to begin using awx in TeamCity.
However, in order to connect to Ansible Tower using SSL, please provide instructions on how to accomplish this for awx cli.
When using tower-cli, the config command to indicate applicable certificate is “tower-cli config certificate /etc/pki/tls/certs/cacert.pem”, but there does not seem to exists an equal command for awx.