Installing the Discovery Service as a standalone microservice
Run the appropriate microservice installation PowerShell or Unix script to install and run the standalone microservice.
- Running the Discovery Service standalone microservice installation script
Run the appropriate microservice installation PowerShell or Unix script to install and run the standalone microservice. - Configuring the passwords of Content Delivery user accounts
By default, access to the Content Delivery microservices is secured by OAuth. The Ambient Data Framework configuration file (cd_ambient_conf.xml) of the Discovery Service contains a number of predefined user accounts. To secure your setup, change the default passwords of these user accounts. - 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. If you do, you require a certificate signed and issued by a Certificate Authority (CA), a private key, and a keystore containing both of these. You then configure the keystore in the application.properties file of your microservice. You can reuse the same certificate, key and keystore for multiple microservices, so long as they are all running on the same machine. This section assumes that you have no certificate, key or keystore yet. If you do, you can skip the topics that do not apply.