JANUS STATCA or STATUSCA: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
mNo edit summary
 
Line 2: Line 2:
<span class="pageSubtitle">Display certificate status</span>
<span class="pageSubtitle">Display certificate status</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 <var>[[JANUS ADDCA]]</var> command.  


Certifying authority is often abbreviated CA. STATCA is a valid synonym for STATUSCA.
Certifying authority is often abbreviated <code>CA</code>. <var>STATCA</var> is a valid synonym for <var>STATUSCA</var>.


==Syntax==
==Syntax==
<p class="syntax"> JANUS STATUSCA [portname] [filename] [procname]
<p class="syntax">JANUS STATUSCA [portname] [filename] [procname]
</p>
</p>


Line 22: Line 22:
</td></tr></table>
</td></tr></table>


JANUS STATUSCA provides the following information:
==Usage notes==
<var>JANUS STATUSCA</var> provides the following information:


<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>Portname</th>
<tr><th>Portname</th>
<td>Name defined for the TCP/IP port.</td></tr>
<td>Name defined for the TCP/IP port.</td></tr>
<tr><th>Filename</th>
<tr><th>Filename</th>
<td>File from which the certificate was loaded.</td></tr>
<td>File from which the certificate was loaded.</td></tr>
<tr><th>Procname</th>
<tr><th>Procname</th>
<td>Procedure from which the certificate was loaded.</td></tr>
<td>Procedure from which the certificate was loaded.</td></tr>
<tr><th>Internal-name</th>
<tr><th>Internal-name</th>
<td>The "common name" of the certifying authority as specified in the certificate.</td></tr>
<td>The "common name" of the certifying authority as specified in the certificate.</td></tr>
<tr><th>NumSigned</th>
<tr><th>NumSigned</th>
<td>The number of certificates received that were signed by the certifying authority associated with the indicated certificate.
<td>The number of certificates received that were signed by the certifying authority associated with the indicated certificate.
</td></tr></table>
</td></tr></table>


==Example==
The following example shows the format of STATUSCA output, in this case for a single Sirius-certified certificate:
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
SSLCLI GLWPROC GTEST.CERT www.sirius-software.com 1
SSLCLI GLWPROC GTEST.CERT www.sirius-software.com 1
</p>
</p>


The JANUS STATUSCA command is only available in ''[[Sirius Mods]]'' version 6.0 and later.
==See also==
 
<ul>
==References==
<li>[[List of Janus commands]]
</ul>


[[List of Janus commands]]
[[Category:Janus commands|JANUS STATCA or STATUSCA]]
[[Category:Janus commands|JANUS STATCA or STATUSCA]]

Latest revision as of 19:52, 16 April 2013

Display certificate status

This command displays the status of "trusted" certifying authority certificates that have been added to a port with the JANUS ADDCA command.

Certifying authority is often abbreviated CA. STATCA is a valid synonym for STATUSCA.

Syntax

JANUS STATUSCA [portname] [filename] [procname]


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).

Usage notes

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.

Example

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

See also