jregister, jtool register
Platform agent tool to register platform agents with a central instance. You register a platform agent with a central Redwood Server so that only the registered Redwood Server instance can use the registered instance of the platform agent.
This is normally called by the installation procedure, and does not need to be called again. In some environments it could be useful for automated deployment of new platform agents.
Syntax
jregister [-h|-?|-help] [-l <loglevel>] [-f <logfile>] [-a] [-proxy <url>] <url> <registration-filename> <secret-filename> [<server_acl>]
Argument | Description |
---|---|
-h, -?, -help | Show this help and exit |
-l <loglevel> | Set the logging level; defaults to environment variable ${JCS_LOGLEVEL} or info when the environment variable is not set. |
-f <logfile> | Log to file instead of stderr; defaults to environment variable ${JCS_LOGFILE} or stderr when the environment variable is not set. |
-i | Set the instance name for network configuration |
-n | Use an alternate network configuration directory |
-a | Automatic registration |
-proxy <url> | Proxy URL |
<url> | URL to where this agent should register |
<registration-filename> | Full path to the location of the registration file |
<secret-filename> | Full path to location of the secret file |
<server_acl> | Full path to the server_acl file |
TLS Environment Variables
Environment Variable | Description |
---|---|
JCS_SSL_METHOD=tlsv1_3 | Use TLS v1.3 secured connection. |
JCS_SSL_METHOD=tlsv1_2 | Use TLS v1.2 secured connection. |
JCS_SSL_METHOD=tlsv1_1 | Use TLS v1.1 or better secured connection. |
JCS_SSL_METHOD=tlsv1 | Use TLS v1.0 or better secured connection (default). |
JCS_SSL_METHOD=sslv3 | Use SSL v3 or better secured connection. |
JCS_SSL_CIPHERLIST | Set list of available ciphers. |
JCS_SSL_PASSPHRASE | Set passphrase for private key. |
JCS_SSL_KEYPATH | Set private key. |
JCS_SSL_CERTIFICATE_PATH | Set public certificate. |
JCS_SSL_TRUSTED_CERTIFICATE_FILE | Trusted CA certificates path or file. |
JCS_SSL_VERIFY_CERT | (Do not) verify peer (server or client) certificate. |
JCS_SSL_VERIFY_SERVER_NAMES , JCS_SSL_VERIFY_CLIENT_NAMES | Verify peer (server or client) certificate hostname against list. |