Fortinet Technologies Inc. Page 86 FortiVoice 200D/200D-T v2.0 MR1 CLI Reference
system certificate local
Use this command to import signed certificates and certificate requests in order to install them
for local use by the FortiVoice unit.
FortiVoice units require a local server certificate that it can present when clients request secure
connections, including:
• the web-based manager (HTTPS connections only)
• web user portal (HTTPS connections only)
Syntax
config system certificate local
edit <name_str>
set certificate <cert_str>
set comments <comment_str>
set csr <csr_str>
set password <pwd_str>
set private-key <key_str>
end
Caution: When using this command to import a local certificate, you must enter the
commands in the order described in the following syntax. This is because the "set
privatekey...." will need the password to decrypt the private key if it was encrypted and "set
certificate ...." will try to find a matched private key file.
Variable Description Default
<name_str> Enter a name for the certificate to be imported.
certificate <cert_str> Enter or paste the certificate in PEM format to import it.
comments
<comment_str>
Enter any comments for this certificate.
csr <csr_str> Enter or paste the certificate signing request in PEM
format to import it.
password <pwd_str> Enter a password for the certificate.
private-key <key_str> Enter a private key for the certificate.