Configuring A Signed Ca Certificate; Installing A Private Key To A Signed Ca Certificate - Siemens RX1400 Reference Manual

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

Advertisement

RUGGEDCOM NETCONF
Reference Guide
• {name}
The name of the CA certificate.
• {ca name}
The name of the Certificate Authority.
• {private key name}
The name of the private key that corresponds to the CA certificate.
Section 7.45

Configuring a Signed CA Certificate

This action replaces an existing signed CA certificate on the device with the contents of a new CA certificate.
Parameters include <name>, <ca-name>, and <private-key-name>.
<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>
<certificate>
<name>{name}</name>
<ca-name>{ca name}</ca-name>
<private-key-name>{private key name}</private-key-name>
<contents>
-----BEGIN CERTIFICATE-----
MIIC8jCCAlugAwIBAgIBATANBgkqhkiG9w0BAQUFADCBiTELMAkGA1UEBhMCQ0Ex...
IsAFEeX2iShlXT7OSYqS771RFFSp1dzirAcndiFeUUzXm5Gj8P4=
-----END CERTIFICATE-----
</contents>
</certificate>
</crypto>
</security>
</config>
</edit-config>
</rpc>]]>]]>
• {name}
The name of the .pem file.
• {ca name}
The name of the Certificate Authority.
• {private key name}
The name of the private key that corresponds to the CA certificate.
Section 7.46

Installing a Private Key to a Signed CA Certificate

This action uploads the contents of a private key to the device. Parameters include <name> and <algorithm>.
Configuring a Signed CA Certificate
Chapter 7
Examples
121

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Rx1500Rx1511Rx1512Rx5000Mx5000Mx5000re ... Show all

Table of Contents