JANUS DELCA

From m204wiki
Revision as of 17:08, 28 February 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:JANUS DELCA}} <span class="pageSubtitle"><section begin="desc" />DELCA<section end="desc" /></span> This command removes a "trusted" certifying authority's (oft...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />DELCA<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 only available in Sirius Mods version 6.0 and later.