EasyManua.ls Logo

Siemens RX1400 - Configuring a Signed CA Certificate; Installing a Private Key to a Signed CA Certificate

Siemens RX1400
148 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
RUGGEDCOM NETCONF
Reference Guide
Chapter 7
Examples
Configuring a Signed CA Certificate 121
{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>.

Table of Contents

Related product manuals