Content Delivery microservice SSL security
Content Delivery microservices can be secured using SSL, if you have a private key, a certificate signed and issued by a Certificate Authority (CA), and a keystore containing both of these. You then configure the keystore and other SSL properties in the application.properties file of your microservice. Multiple microservices can share the same keystore, provided that they run on the same machine. Refer to the installation documentation for more information.