Dashboard > GreenPepper Server > ... > Remote Agent > Configuring my Agent keystore
 GreenPepperThis Space is not registered in GreenPepper Server.

I. Generating your key pair

keytool -genkey -alias remote-agent -keyalg RSA -keystore c:\.myNewKeystore
Be Careful

When keytool will ask you to enter your First and Last name, you have to enter the network machine name where resides the agent.
Make sure to enter the network machine name that will be used by GreenPepper server to reach the Agent.

II. Generating a self signed certificate

keytool -selfcert -alias remote-agent -keystore c:\.myNewKeystore
keytool -export -alias remote-agent -keystore c:\.myNewKeystore -file c:\myRemoteAgentCertificate.cer

Now, you can take myRemoteAgentCertificate.cer file and import it into your GreenPepper Server cacerts file see Importing the Agent certificate.

For more informations about keytool see http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/keytool.html#Commands

© Pyxis Technologies Inc.. All rights reserved. GreenPepper® is registered to Pyxis Technologies inc.