Category: Micro Services

Securing the microservice with SSL

You may wish to secure your microservice using Secure Socket Layer (SSL), so that an HTTPS connection is required to interact with the service. Refer to SDL documentation for more details Link You need Open SSL for generating key store so you can use following tools For more information about OpenSSL and the openssl command line tool, […]