C613-50170-01 Rev B
Command Reference for x510 Series
1957
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
P
UBLIC
K
EY
I
NFRASTRUCTURE
C
OMMANDS
CRYPTO
PKI
EXPORT
PEM
crypto pki export pem
Overview
Use this command to export the root CA certificate for the given trustpoint to a file
in Privacy-Enhanced Mail (PEM) format. The file may be transferred to the specified
destination URL, or displayed at the terminal.
Syntax
crypto pki export <
trustpoint
> pem [terminal|<
url
>]
Default
The PEM will be displayed to the terminal by default.
Mode
Privileged Exec
Usage
The specified trustpoint must already exist, and it must already be authenticated.
Example
To display the PEM file for the trustpoint “example” to the terminal, use the
following commands:
awplus>
enable
awplus#
crypto pki export example pem terminal
To export the PEM file “example.pem” for the trustpoint “example” to the URL
“tftp://server_a/”, use the following commands:
awplus>
enable
awplus#
crypto pki export example pem
tftp://server_a/example.pem
Related
Commands
Parameter
Description
<trustpoint>
The name of the trustpoint for which the root CA certificate is
tobe exported.
terminal
Display the PEM file to the terminal.
<url>
Transfer the PEM file to the specified URL.