SSL certificates
To enable a secure connection (HTTPS) between the end-user machines that are running Qt License Service and Qt License Server, obtain an SSL certificate from a trusted public Certificate Authority.
To set up SSL:
- Obtain the SSL certificate from a trusted public Certificate Authority.
- Enable SSL on Qt License Server:
Open the
qt-license-server.service
file and enable the following attribute:Environment="QLS_ENABLE_SSL=yes"
Open the
qt-service.xml
file and enable the following attribute:<env name="QLS_ENABLE_SSL" value="yes">
- Place the following files in the root folder of Qt License Server:
cert.pem
key.pem
- Restart Qt License Server.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.