SSL Certificate for enaio® service-manager

enaio® 11.10 »

Here you will find information on certificate management.

SSL Certificate – Configuration

Information on integrating certificates can be found in the developer documentation.

If you have created and integrated the application-ssl.yml profile file as previously documented, you should delete some entries from the file. These entries are not necessary and lead to errors in combination with the 'gateway-ng' service.

Entries to be deleted:

  • eureka.instance.homePageUrl: "https://${eureka.instance.hostname}:${eureka.instance.secure-port}/"
  • eureka.instance.healthCheckUrl: "https://${eureka.instance.hostname}:${eureka.instance.secure-port}/manage/health"
  • eureka.instance.statusPageUrl: "https://${eureka.instance.hostname}:${eureka.instance.secure-port}/manage/info"
  • eureka.instance.secureHealthCheckUrl: "https://${eureka.instance.hostname}:${eureka.instance.secure-port}/manage/health"

enaio® service-manager must be restarted afterwards.

The developer documentation has been updated.