JANUS DELCA: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:JANUS DELCA}}
{{DISPLAYTITLE:JANUS DELCA}}
<span class="pageSubtitle"><section begin="desc" />DELCA<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Remove certificate from port<section end="desc" /></span>


This command removes a "trusted" certifying authority's (often abbreviated as CA) certificate from a port.


The JANUS DELCA command removes certifying authority certificates added with the JANUS ADDCA command ([[JANUS ADDCA]]).


This command removes a "trusted" certifying authority's (often abbreviated as CA) certificate from a port. The JANUS DELCA command removes certifying authority certificates added with the JANUS ADDCA command ([[JANUS ADDCA]]).
==Syntax==
==Syntax==
<p class="syntax"><section begin="syntax" /> JANUS DELCA portname filename procname
<p class="syntax"><section begin="syntax" /> JANUS DELCA portname filename procname
<section end="syntax" /></p>
<section end="syntax" /></p>
Line 11: Line 13:
</p>
</p>


Where each parameter is positional and required:


Where each parameter is positional and required:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>portname</th>
<tr><th>portname</th>
Line 22: Line 24:
</td></tr></table>
</td></tr></table>


The JANUS DELCA command is available in ''[[Sirius Mods]]'' version 6.0 and later.


The JANUS DELCA command is only available in ''[[Sirius Mods]]'' version 6.0 and later.
See: [[List_of_Janus_commands|Janus command list]]
 
[[Category:Janus commands|JANUS DELCA]]
[[Category:Janus commands|JANUS DELCA]]
[[Category:Sirius commands]]
[[Category:Sirius commands|JANUS DELCA]]

Revision as of 20:41, 28 February 2011

<section begin="desc" />Remove certificate from port<section end="desc" />

This command removes a "trusted" certifying authority's (often abbreviated as CA) certificate from a port.

The JANUS DELCA command removes certifying authority certificates added with the JANUS ADDCA command (JANUS ADDCA).

Syntax

<section begin="syntax" /> JANUS DELCA portname filename procname <section end="syntax" />

JANUS DELCA command syntax

Where each parameter is positional and required:

portname The defined JANUS port to from which the certificates are to be removed. Can include wildcards.
filename The name of the file that contains the CA certificate.
procname The name of the procedure that contains the base64 encoded CA certificates to be removed. Because the certificates are copied into memory at the time of the JANUS ADDCA command, neither the file nor the procedure containing the certificate in the JANUS DELCA are opened during JANUS DELCA processing and, in fact, neither the file nor the procedure actually need to be accessible or to even exist any more at the time of the JANUS DELCA command.

The JANUS DELCA command is available in Sirius Mods version 6.0 and later.

See: Janus command list