Enable HTTPS for the Search API
-
Go to the API Console URL:
http://<HOSTNAME>:<BASEPORT+1>/api-ui.
-
Click Manage.
-
Select MAMI master.
-
Under Configuration, select the
setProductSecurity method.
-
Add the following above
<master:IdentityProviderConfig> :
<master:SearchAPISecurity serverCertificate="my_certificate" useHttps="true"
password="my_password" login="my_login"/>...
Where:
my_certificate is the name of the .key file
deployed in <DATADIR>/security .
useHttps value is true .
-
Click Save.
-
Click Apply.
-
Restart Exalead CloudView.
Enable HTTPS for the Management API
-
Go to the API Console URL:
http://<HOSTNAME>:<BASEPORT+1>/api-ui
-
Click Manage.
-
Select MAMI master.
-
Under Configuration, select the
setProductSecurity method.
-
Add the following above
<IdentityProviderConfig> :
<master:MAMISecurity serverCertificate="my_certificate" useHttps="true"
password="my_password" login="my_login"/>...
Where:
my_certificate is the name of the .key file
deployed in <DATADIR>/security .
useHttps value is true .
-
Click Save.
-
Click Apply.
-
Restart Exalead CloudView.
Enable HTTPS for the Push API
-
Go to the API Console URL:
http://<HOSTNAME>:<BASEPORT+1>/api-ui
-
Click Manage.
-
Select MAMI master.
-
Under Configuration, select the
setProductSecurity method.
-
Add the following above
<IdentityProviderConfig> :
<master:PushAPISecurity serverCertificate="my_certificate" useHttps="true"
password="my_password" login="my_login"/>...
Where:
my_certificate is the name of the .key file
deployed in <DATADIR>/security .
useHttps value is true .
-
Click Save.
-
Click Apply.
-
Restart Exalead CloudView.
|