...
Import certificates on Remote RS
For a test environment, create a self-signed certificate for remote RS and import it.
Tip |
---|
You can follow the steps at https://devopscube.com/create-self-signed-certificates-openssl/ |
You will need to convert your remote RS cert to PCKS12 format. Remember to use the domain name of your own remote RS server.
...
Create a .jks keystore. For a basic test environment, you can use the command below and use the name of your remote RS server.
Note |
---|
For a production environment, you must configure the keystore according to advice from your Security team |
...
In the remote RS server’s .jks keystore, there should also be an entry for API server.
Tip |
---|
In a test environment, you can use a self-signed certificate for your API server as we did for the Remote RS certificate in the previous section |
Copy the API server certificate to the remote RS server.
...
Check the abiquo.server.api.location
property.
The value should contain “https” https
and no port number.
For example, https://myapiserver.bcn.abiquo.com/api
.
...