...
Import the remote RS certificate into API server that is going to connect to the remote RS via HTTPS:
Code Block | ||
---|---|---|
| ||
keytool -import -trustcacerts -alias myremoters.bcn.abiquo.com -file /etc/pki/abiquo/myremoters.bcn.abiquo.crt -keystore cacerts |
...
...
Import the remote RS certificate into API server that is going to connect to the remote RS via HTTPS:
Code Block | ||
---|---|---|
| ||
keytool -import -trustcacerts -alias myremoters.bcn.abiquo.com -file /etc/pki/abiquo/myremoters.bcn.abiquo.crt -keystore cacerts |
...