Users and authentication CLI configuration
FortiGate-800 Administration Guide 01-28006-0008-20041105 245
CLI configuration
This guide only covers Command Line Interface (CLI) commands that are not
represented in the web-based manager. For complete descriptions and examples of
how to use CLI commands see the FortiGate CLI Reference Guide.
peer
Use this command to add or edit the peer certificate information.
Command syntax pattern
config user peer
edit <name_str>
set <keyword> <variable>
config user peer
edit <name_str>
unset <keyword>
config user peer
delete <name_str>
get user peer [<name_str>]
show user peer [<name_str>]
Example
This example shows how to add the branch_office peer.
config user peer
edit branch_office
set ca
set cn
set cn-type
end
This example shows how to display the list of configured peers.
get user peer
This example shows how to display the settings for the peer branch_office.
get user peer branch_office
This example shows how to display the configuration for all the peers.
show user peer
radius command keywords and variables
Keywords and variables Description Default Availability
ca Enter the peer Certificate Authority
(CA).
No default. All models.
cn Enter the peer certificate common
name.
No default. All models.
cn-type {FDQN | email
| ipv4 | string}
Enter the peer certificate common
name type.
string All models.
subject Enter the peer certificate name
constraints.
No default. All models.