Description
This article describes how to upload and set local certificate to be used in FortiManager/FortiAnalyzer using WebUI and CLI.
Scope
FortiManager and FortiAnalyzer.
Solution
Use the option 'Certificate'.
Requirements:
Configuration:
The new 'Local Certificate' will be displayed in System Settings -> Certificates -> Local Certificates.
Below is another example of creating a new Local Certificate through CLI:
config system certificate local
edit "whatever"
set password ENC OTYwOTM2MDE2MzMzMDQxObncgXrfaJGPDHYY9I09cMQokPUzS+GNiIP6WD8uwAXAWzLsi4NIt1uYXYt5k17NbGbRqd9ukwPC8WUYBuBX8ilVmCDwnmfJyWa82eP6TCBd0SS2UbJXNGX5SFLPw6o9gfMv1t/AQV7w78MLqcHgp2jCYGY751NNIB452h1y53Qy
set comment "whatever"
set private-key "-----BEGIN ENCRYPTED PRIVATE KEY-----
MIIJpDBOBgkqhkiG9w0BBQ0wQTApBgkqhkiG9w0BBQwwHAQI9hoxbo7L+UcCAggA
<---snip-->
tBGA5uCegCmC4TWjqvyMh+5bqABe4TeX
-----END ENCRYPTED PRIVATE KEY-----"
set certificate "-----BEGIN CERTIFICATE-----
MIIHXzCCBcegAwIBAgIRAPMmRMkH/yY9sLYSRB6mbeUwDQYJKoZIhvcNAQEMBQAw
<---snip-->
D/O15yhTj+sN4kXtFN7pVQKY0w==
-----END CERTIFICATE-----"
next
end
Run the following commands via CLI to find the imported certificate:
get system certificate ca test
get system certificate crl test
get system certificate local test
get system certificate oftp test
get system certificate remote test
get system certificate ssh test
Related documents:
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.