Go to the table of contents Go to the previous page Go to the next page View or print as PDF
User certificates
CLI Guide | Forcepoint Appliances | v8.5.x
Certificates can be assigned to custom users who will be using the appliance's API and do not wish to use password authentication. Neither the default appliance users (admin and audit) nor FSAM/SSO users can be assigned certificates.
show certificate
List the user certificate.
show certificate [--level <ca|user>] [--user <string>]
 
(Optional if used with user parameter) Level of certificate; CA or user. Choose ca for intermediate or root certificates, or user for client certificates. If not specified, all types display.
Command modes
All products.
Usage guidelines
The level parameter is optional if used with the user parameter. Choose ca for intermediate or root certificates, or user for client certificates. If not specified, all types display.
Examples
(view)# show certificate --level ca
Related commands
 
load certificate
Load a certificate from the filestore to the appliance, or optionally rename an existing certificate.
load certificate [--level <ca|user>] --location <filestore_alias> --url <certificate_url> [--auth-required] [--no-cert-verification] --name <string> [--new_name <string>] [--user <string>]
 
(Optional) Level of certificate; CA or user. Choose ca for intermediate or root certificates, or user for client certificates. If not specified, all types display.
(Optional) Used with the url parameter to specify whether a password is needed.
(Optional) Used with the url parameter to ignore SSL certificate checks. Only valid with HTTPS.
(Optional) Used with the level parameter to specify the user name associated with the certificate.
Command modes
All products.
Examples
(config)# load certificate --location clmftp --name cert.crt --new_name clm.cert
Related commands
 
delete certificate
Delete a certificate on the appliance.
delete certificate [--name <cert_name>] [--level <ca|user>]
 
(Optional) Level of the certificate; CA or user. Choose ca for intermediate or root certificates, or user for client certificates. If not specified, all types display.
Command modes
All products.
Examples
(config)# delete certificate --name clm.cert
Related commands
 

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Copyright 2020 Forcepoint. All rights reserved.