Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Enabling HTTPS for Docker MAF tool

    Posted Sun July 28, 2024 10:03 PM

    Hi,

    We deployed the MAF Tool (Maximo Application Framework Configuration) version 8.11 as a Docker container on an EC2 instance within our AWS environment. This will enable our team to configure Maximo Mobile for EAM.
    While we can currently access the MAF Tool through the IP address (http://{Public IP}:3001/#/login), our security team has raised concerns about the lack of HTTPS encryption for using this. We have a domain and already point to the IP. 

    Does the docker support the https? How we can install the Certificate to docker? 

    Thank you



    ------------------------------
    Thi Minh Man Nguyen
    ------------------------------


  • 2.  RE: Enabling HTTPS for Docker MAF tool

    Posted Mon July 29, 2024 09:58 AM

    To include include a CA for your MAF docker image, there is a default mount at /graphite/.workspace/ to your local machine, so I place my internal ca pem in that directory, for example /Users/my_user/maf/, as mas_ca.pem and then used the -e NODE_EXTRA_CA_CERTS=/graphite/.workspace/mas_ca.pem to include it when the MAF image starts.

    Regards,

    Jason



    ------------------------------
    Jason VenHuizen
    https://sharptree.io
    https://opqo.io
    ------------------------------