config system certificate local
Use this command to import signed certificates and certificate requests to install them for local use by FortiNDR.
FortiNDR requires a local server certificate that it can present when clients request secure connections.
|
|
When using this command to import a local certificate, you must follow the order of the commands described below. This is because |
Syntax
config system certificate local
edit <name_str>
set password
set private-key
set certificate <cert_str>
set csr <csr_str>
set comments <comment_str>
end
|
Variable |
Description |
Default |
|---|---|---|
|
|
The name of the certificate to be imported. |
|
|
|
The password of the certificate. |
|
|
|
The private key of the certificate. |
|
|
|
Enter or paste the certificate in PEM format to import it. |
|
|
|
Enter or paste the certificate signing request in PEM format to import it. |
|
|
|
Comments for this certificate. |
|