Required step by step Implementation of APIGW 10.15 SSL using TLS 1.2 or 1.3

Hi,
I would like to implement step by step SSL using custom certificate from scratch including CSR by using TLS 1.2 or 1.3, so what will be the proper steps by considering usage of CC as well. the procedure and steps as there are 4 APIGW nodes expected and be standalone.

Hi Asghar,

which version of wM are we talking about?

Until wM 9.12 only TLS 1.2 is supported, as the underlying JVM does not yet support TLS 1.3.

Regards,
Holger

API Gateway Release 10.15 and TLS 1.2 is probably.

When you talk about TLS with APIGW there are multiple things to consider and you would have to clarify which one are you talking about ?

  1. TLS port for the APIGW UI. This is delivered using Tomcat so the configuration has to be in property files for Tomcat
  2. TLS port for the API transaction ports. These are done similar to the IS ports.
  3. TLS connectivity to ElasticSearch. This is also done in seperate config files.

Which one are you interested in ?

Rupinder

1 Like

Hi @rupinder1,
Iā€™m looking to implement completely and securing the environment of APIGW.