• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. JMbayo
    3. Best

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 11
    • Best 1
    • Controversial 0
    • Groups 0

    Best posts made by JMbayo

    • RE: SSL Installation on the mango cloud

      Hi all; the SSL is now working on my cloud. I thought I would share the procedure and challenges encountered.
      Step 0.
      Buy a genuine SSL certificate
      Step 1.
      Generate a CSR to request a certificate from a recognised CA
      Step 2
      Generate a file.jks; on my case I used keystore explore to create a keystore.jks and load all my certificate in it.
      Setp 3
      I then imported it into my mango /opt/mango/overrides/properties
      Challenges:
      After all these steps, when I edited my env file to activate the SSL, my web page couldn’t be access. The issue was on my env file, I didn’t uncommented the ssl.key.password. I followed the instruction for using certbot which was not the right one for my case. The right is on support under configurationinstallation

      1. ssl.on=true
      2. ssl.port=443
      3. ssl.keystore.location=[YOUR FULL MANGO PATH HERE]/overrides/keystore.jks
      4. ssl.keystore.password=[leave empty if you didn’t use a password]
      5. ssl.key.password=[leave empty if you didn’t use a password] (Note that this need to be uncommented as it is initially commented out)
        Then I restarted mango, and that’s it
      posted in Mango General
      J
      JMbayo