...
Code Block |
---|
keytool -genkey -keyalg RSA -keystore remoters.jks -keysize 2048 |
Import Remote RS certificates on Abiquo
...
server
Import the remote RS certificate into API server that is going to connect to the remote RS via HTTPS:
...
...
Code Block |
---|
keytool -genkey -keyalg RSA -keystore remoters.jks -keysize 2048 |
...
Import the remote RS certificate into API server that is going to connect to the remote RS via HTTPS:
...