Installing A Crl File - Siemens RX1400 Reference Manual

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

Advertisement

Chapter 7
Examples
<rpc message-id="233" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<config>
<security xmlns="http://ruggedcom.com/ns/rmf_security">
<crypto>
<private-key>
<name>{name}</name>
<algorithm>{algorithm}</algorithm>
<contents>
-----BEGIN RSA PRIVATE KEY-----
MIICXQIBAAKBgQDCI7Xy6OF1XVcQNTSqTyLDKJ+knhYQawrgRoE4Q677q9taftee...
dsCQmC2smAtdrfY/VaGJrX6ZdiUyRcxNLsDNBoNQcZQH
-----END RSA PRIVATE KEY-----
</contents>
</private-key>
</crypto>
</security>
</config>
</edit-config>
</rpc>]]>]]>
• {name}
The name of the private key.
• {algorithm}
The type of private key. Must be one of the following: dsa, rsa, or ssh-rsa.
Section 7.47

Installing a CRL File

This action uploads the contents of a Certificate Revocation List (CRL) file to the device.
<rpc message-id="233"
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<config>
<security xmlns="http://ruggedcom.com/ns/rmf_security">
<crypto>
<ca><name>{name}</name>
<key-cert-sign-certificate>
-----BEGIN CERTIFICATE-----
MIID5zCCAs+gAwIBAgIJAK85lF/lcPaKMA0GCSqGSIb3DQEBCwUAMIGJMQswCQYD...
SrCK8Rwp9S89hiwD5FNlQcIvYnjacNg8G9l8CNiLF71BK4lEroPk3ZVTpw==
-----END CERTIFICATE-----
</key-cert-sign-certificate>
<crl>
-----BEGIN X509 CRL-----
MIIB4zCBzAIBATANBgkqhkiG9w0BAQUFADCBiTELMAkGA1UEBhMCQ0ExCzAJBgNV...
7KJR/xXHQPNhIKiTqwyzJm32rih1TNWh7sB26Hh2armPOlq3vqEsR9vdo/g5hF18
0j4fMlYlWA==
-----END X509 CRL-----
</crl>
</ca>
122
RUGGEDCOM NETCONF
Reference Guide
Installing a CRL File

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Rx1500Rx1511Rx1512Rx5000Mx5000Mx5000re ... Show all

Table of Contents