Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
SSL settings on MangoES
-
SSL settings on MangoES
Is it possible to setup up the mangoES with SSL certificates and if so is there is a tutorial on how to do it ?
Thank you
-
There are some details here - https://help.infiniteautomation.com/installation-configuration/?rq=ssl
This mainly covers generating a self signed certificate but you can use the same keytool command to import a .pem X509 file signed by a certificate authority. -
It is quite old topic but as every year I almost always forget the correct sequence on how to change my signed certificates in my used keystores I thought that maybe it would be nice to share a nice tutorial on how to do it with KeyStore browser.
Maybe someone in here will be interested and thankful if it comes up in forums search.
Download keystore browser here: http://keystore-explorer.org/downloads.html
Code42 has nice tutorial for usage with self-signed : https://support.code42.com/Administrator/5/Configuring/Create_a_signed_keystore_with_the_KeyStore_Explorer#Build_the_keystore
Existing certificates: https://support.code42.com/Administrator/5/Configuring/Create_a_signed_keystore_with_the_KeyStore_Explorer#Build_a_keystore_with_existing_key_materials
Cheers!
Thomas