JANUS STATCA or STATUSCA: Difference between revisions
m (1 revision) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:JANUS STATCA or STATUSCA}} | {{DISPLAYTITLE:JANUS STATCA or STATUSCA}} | ||
<span class="pageSubtitle"><section begin="desc" /> | <span class="pageSubtitle"><section begin="desc" />Display certificate status<section end="desc" /></span> | ||
This command displays the status of "trusted" certifying authority certificates that have been added to a port with the JANUS ADDCA command ([[JANUS ADDCA]]). | This command displays the status of "trusted" certifying authority certificates that have been added to a port with the JANUS ADDCA command ([[JANUS ADDCA]]). | ||
Certifying authority is often abbreviated CA. STATCA is a valid synonym for STATUSCA. | Certifying authority is often abbreviated CA. STATCA is a valid synonym for STATUSCA. | ||
==Syntax== | ==Syntax== | ||
<p class="syntax"><section begin="syntax" /> JANUS STATUSCA [portname] [filename] [procname] | <p class="syntax"><section begin="syntax" /> JANUS STATUSCA [portname] [filename] [procname] | ||
Line 13: | Line 12: | ||
</p> | </p> | ||
Each parameter is positional, can be specified with pattern wildcards, and can be replaced with an asterisk (<code>*</code>), which returns all values for that category. You may omit a parameter (which is equivalent to specifying an asterisk value for it) if the parameters to its right are omitted. | |||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>portname</th> | <tr><th>portname</th> | ||
Line 24: | Line 23: | ||
</td></tr></table> | </td></tr></table> | ||
JANUS STATUSCA provides the following information: | |||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>Portname</th> | <tr><th>Portname</th> | ||
Line 39: | Line 38: | ||
</td></tr></table> | </td></tr></table> | ||
The following example shows the format of STATUSCA output, in this case for a single Sirius-certified certificate: | |||
<p class="code"> JANUS STATCA SSLCLI | <p class="code"> JANUS STATCA SSLCLI | ||
Portname Filename Procname Internal-name NumSigned | Portname Filename Procname Internal-name NumSigned | ||
Line 46: | Line 45: | ||
</p> | </p> | ||
The JANUS STATUSCA command is only available in ''[[Sirius Mods]]'' version 6.0 and later. | |||
==References== | |||
[[List of Janus commands]] | |||
[[Category:Janus commands|JANUS STATCA or STATUSCA]] | [[Category:Janus commands|JANUS STATCA or STATUSCA]] | ||
[[Category:Sirius commands]] | [[Category:Sirius commands]] |
Revision as of 16:55, 2 March 2011
<section begin="desc" />Display certificate status<section end="desc" />
This command displays the status of "trusted" certifying authority certificates that have been added to a port with the JANUS ADDCA command (JANUS ADDCA).
Certifying authority is often abbreviated CA. STATCA is a valid synonym for STATUSCA.
Syntax
<section begin="syntax" /> JANUS STATUSCA [portname] [filename] [procname] <section end="syntax" />
Each parameter is positional, can be specified with pattern wildcards, and can be replaced with an asterisk (*
), which returns all values for that category. You may omit a parameter (which is equivalent to specifying an asterisk value for it) if the parameters to its right are omitted.
portname | The defined JANUS port for which the certificate status is to be displayed. |
---|---|
filename | The name of the file(s) for which the certificate status is to be displayed. |
procname | The name of the procedure for which certificate status is to be displayed. If not specified, status is displayed for all certificates for the indicated port(s) and file(s). |
JANUS STATUSCA provides the following information:
Portname | Name defined for the TCP/IP port. |
---|---|
Filename | File from which the certificate was loaded. |
Procname | Procedure from which the certificate was loaded. |
Internal-name | The "common name" of the certifying authority as specified in the certificate. |
NumSigned | The number of certificates received that were signed by the certifying authority associated with the indicated certificate. |
The following example shows the format of STATUSCA output, in this case for a single Sirius-certified certificate:
JANUS STATCA SSLCLI Portname Filename Procname Internal-name NumSigned SSLCLI GLWPROC GTEST.CERT www.sirius-software.com 1
The JANUS STATUSCA command is only available in Sirius Mods version 6.0 and later.