Removing A Crl File - Siemens RX1400 Reference Manual

Ruggedcom series
Hide thumbs Also See for RX1400:
Table of Contents

Advertisement

Chapter 7
Examples
xmlns="http://ruggedcom.com/ns/rmf_security">
<crypto>
<ca nc:operation="delete"><name>{name}</name>
<key-cert-sign-certificate>
-----BEGIN CERTIFICATE-----
MIID5zCCAs+gAwIBAgIJAK85lF/lcPaKMA0GCSqGSIb3DQEBCwUAMIGJMQswCQYD...
SrCK8Rwp9S89hiwD5FNlQcIvYnjacNg8G9l8CNiLF71BK4lEroPk3ZVTpw==
-----END CERTIFICATE-----
</key-cert-sign-certificate>
</ca>
</crypto>
</security></config>
</edit-config>
</rpc>]]>]]>
• {name}
The name of the CA certificate to remove.
Section 7.50

Removing a CRL File

This action removes the specified .crl file from the device. Specify the .crl file name in the <name> element.
This action does not take any parameters.
<rpc message-id="233"
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<config><security xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns="http://ruggedcom.com/
ns/rmf_security">
<crypto>
<ca><name>{crlFileName}</name>
<crl nc:operation="delete">
-----BEGIN X509 CRL-----
MIIB4zCBzAIBATANBgkqhkiG9w0BAQUFADCBiTELMAkGA1UEBhMCQ0ExCzAJBgNV...
7KJR/xXHQPNhIKiTqwyzJm32rih1TNWh7sB26Hh2armPOlq3vqEsR9vdo/g5hF18
0j4fMlYlWA==
-----END X509 CRL-----
</crl>
</ca>
</crypto>
</security>
</config>
</edit-config>
</rpc>]]>]]>
• {crlFileName}
The name of the .crl file to remove.
124
RUGGEDCOM NETCONF
Reference Guide
Removing a CRL File

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Rx1500Rx1511Rx1512Rx5000Mx5000Mx5000re ... Show all

Table of Contents