C613-50170-01 Rev B
Command Reference for x510 Series
1963
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
P
UBLIC
K
EY
I
NFRASTRUCTURE
C
OMMANDS
CRYPTO
PKI
TRUSTPOINT
crypto pki trustpoint
Overview
Use this command to declare the named trustpoint and enter trustpoint
configuration mode.
Use the
no
variant of this command to destroy the trustpoint.
Syntax
crypto pki trustpoint <
trustpoint
>
no crypto pki trustpoint <
trustpoint
>
Mode
Global Configuration
Usage
If the trustpoint did not previously exist, it is created as a new trustpoint. The
trustpoint will be empty (unauthenticated) unless the name “local” is selected, in
which case the system will automatically authenticate the trustpoint as a local
self-signed certificate authority.
The
no
variant of this command destroys the trustpoint by removing all CA and
server certificates associated with the trustpoint, as well as the private key
associated with the root certificate (if the root certificate was locally self-signed).
This is a destructive and irreversible operation, so this command should be used
with caution.
Example
To configure a trustpoint named “example”, use the following commands:
awplus>
enable
awplus#
configure terminal
awplus(config)#
crypto pki trustpoint example
Related
Commands
Parameter
Description
<trustpoint>
The name of the trustpoint. The name must start with an
alphanumeric character, and may only contain alphanumeric
characters, underscores, dashes, or periods. The maximum length
of the name is 63 characters.