Dashboard > GreenPepper Open Documentation Refactoring > ... > Remote Agent > Configuring my Agent keystore
  GreenPepper Open Documentation Refactoring Log In View a printable version of the current page.  
  Configuring my Agent keystore
Added by Laurent Cobos, last edited by Laurent Cobos on Aug 14, 2009  (view change)
Labels: 
(None)

Configuring my Agent keystore

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

DEMONSTRATION LICENSE - This Confluence site is for demonstration purposes only. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.4.3 Build:#705 Mar 21, 2007) - Bug/feature request - Contact Administrators