<<

NAME

incaws.pl -- a web services server for the Inca project

SYNOPSIS

  perl incaws [opts] depot agent

DESCRIPTION

  This program provides web service access to an Inca system.
  Recognized options:
depot

The host:port specification of the Inca depot to contact.

agent

The host:port specification of the Inca agent to contact.

--auth=yes/no

Indicates whether or not the connections to the agent and depot should use certificate-based authentication. The default is yes.

--cert=path

The path to the certificate file. Required for authenticated connections.

--help=yes/no

Print program help text, then exit. The default is no.

--init=path

Path to the Inca properties file.

--key=path

The path to the private key file. Required for authenticated connections.

--logfile=path

The path where the program should log messages. By default, messages are written to stderr.

--password=text

Specify how to obtain an encryption password. Required for authenticated connections.

--port=int

The port to open for the web service. Defaults to 8001.

--trusted=path

The path to the trusted ca certificate file. Required for authenticated connections.

--version=yes/no

Print program version, then exit. The default is no.

<<