...
Code Block |
---|
keytool -importkeystore -deststorepass changeit -destkeystore remoters.jks -srckeystore import_cert_key -srcstoretype PKCS12 |
If you need to create a .jks keystore you can do it easily:
Code Block |
---|
keytool -genkey -keyalg RSA -keystore remoters.jks -keysize 2048 |
Abiquo Server
Import the remote RS certificate into API server that is going to connect to the remote RS via HTTPS:
...