Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
breakoutModefull-width
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.

...