configure_myproxy

configure_myproxy - MyProxy configuration script

Synopsis

  configure_myproxy --server <y,n>
                    --user <MyProxy user>
                    --vdt-install <VDT installation root>
                    --help
                    --usage

Description

--server <y,n>
For y, prepare MyProxy to be installed and started by vdt-control. For n, describe MyProxy for use by vdt-control, but do not enable.
--user <MyProxy user>
If installed as root, MyProxy will be configured to run as root. Otherwise a different user can be specified here. Non-root installs must run as the user doing the install. If specified, you will probably also need to specify --cert and --key.
--cert <path to certificate>
To use a certificate other than the host certificate, specify it here. You must also specify the --key.
--key <path to key>
To use a key other than the host key, specify it here. You must also specify the --cert.
--vdt-install <VDT installation root>
configure_myproxy will look for the root of the VDT installation at $VDT_LOCATION. If you do not have that set you can specify it with --vdt-install instead.
--help, --usage
Print a usage message.