C613-50100-01 REV C Command Reference for x930 Series 2293
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
LOCAL RADIUS SERVER COMMANDS
CRYPTO
PKI TRUSTPOINT LOCAL
crypto pki trustpoint local
Overview Use this command to declare the Local CA (Certificate Authority) as the trustpoint
that the system uses. The ca-trustpoint configuration mode is available after this
command is issued.
Use the no variant of this command to delete all information and certificates
associated with Local CA as the trustpoint.
Syntax
crypto pki trustpoint local
no crypto pki trustpoint local
Default Local CA is not a trustpoint.
Mode Global Configuration
Examples Use the following commands to declare the Local CA as the trustpoint.
awplus# configure terminal
awplus(config)# crypto pki trustpoint local
Use the following commands to delete all information and certificates associated
with the Local CA.
awplus# configure terminal
awplus(config)# no crypto pki trustpoint local
To create a client certificate for all users registered to the local RADIUS server, use
the following commands:
awplus(config)# crypto pki trustpoint local
awplus(ca-trust-point)# exit
awplus(config)# crypto pki enroll local alternative
Related
Commands
crypto pki enroll local
show crypto pki trustpoints