Set Up Custom Server Name Certificate
By default, the LogicHub application ships with a self-signed TLS certificate for the web server. This means users of the LogicHub application will encounter an "Server Certificate" warning when they access it from the browser. Users can bypass this warning by installing a CA-signed TLS certificate on the LogicHub server.
- Determine the hostname for your users to access the LogicHub application.
- Obtain a CA-signed TLS certificate for that hostname.
- Put the
.crt
and.key
file in/etc/ssl
, replacing the existing/etc/ssl/server.crt
and/etc/ssl/server.key
with the ones you received from your CA. - Make sure
server.crt
andserver.key
are owned byroot
. - Run this at the command prompt
sudo docker restart nginx
to restart the web server.
Updated about 1 year ago
What's Next