Hi @varaande
For enabling SSL in AEM you will need to follow the steps of creating the trust store and updating the certificates. As per my understanding, there is no direct way through config manager , however you have couple of other ways as per the below documentation to enable SSL on you instance
Automating SSL/TLS By Default
There are three ways of automating SSL/TLS By Default.
Via HTTP POST
The first method involves posting to the SSLSetup server that is being used by the configuration wizard:
Via Package
Alternatively, you can automate the SSL/TLS setup by uploading a package that already contains these required items:
- The ssl-service user’s keystore. This is located under /home/users/system/security/ssl-service/keystore in the repository.
- The GraniteSslConnectorFactory configuration
Updating the SSL/TLS Configuration Via cURL
You can also automate the SSL/TLS configuration by using the cURL tool. You can do this by posting the configuration parameters to this URL:
https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/ssl-by-default....