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