remote asadmin and security issue (-s, certificate)
I believe this is a problem with security certificate settings. Pls help!
--
Quick outline of what I am trying to do.
situation/
1. there are 2 system: devbox, and prodbox.
2. both system running SJSAS 7
3. I tried to list remote SJAS instances using asadmin.
4. the remote box has security configured.
basically using asadmin remotely. There are reasons why we want to do this, but the most important thing is, we can't do it. Prodbox is configured with security.
command issued
asadmin list-instances --user <uname> --password <secret> --host <prodbox_url> --port 4850 -s
Could not list the instances
java.io.IOException: subject key, Unknown key spec: Invalid RSA modulus size.
info:
-s is for security. Without this, the command will just hangs and then times out.
- asadmin list-instance scan be done on devbox (localhost) so syntax of command is alright
- username and password is definitley correct
question
I fully believe the problem is in setting up the security certificate to allow asadmin in devbox to be able to administer the SJSAS in the prodbox
What are the things that we need to set up to allow asadmin to access remote SJSAS configured with security?

