...
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 that you can put it You can create the keystore in the /opt/abiquo/tomcat/conf/
folder.
Note |
---|
For a production environment, you must configure the keystore according to advice from your Security team |
...
Code Block | ||
---|---|---|
| ||
keytool -import -trustcacerts -alias myremoters.bcn.abiquo.com -file /etc/pki/abiquo/myremoters.bcn.abiquo.com.crt -cacerts |
If you are using your own keystore on the API server, use the -keystore
option to specify it.
...