fortigate/global/certificate.cfg Wed Oct 15 08:27:19 PM EDT 2025

This commit is contained in:
John Poland 2025-10-15 20:27:19 -04:00
parent 72ccd86cc0
commit d1d0dc0aa8

View File

@ -0,0 +1,69 @@
config certificate ca
end
config certificate local
edit "Fortinet_CA_SSL"
set password ENC *HIDDEN*
set comments "This is the default CA certificate the SSL Inspection will use when generating new server certificates."
set source factory
next
edit "Fortinet_CA_Untrusted"
set password ENC *HIDDEN*
set comments "This is the default CA certificate the SSL Inspection will use when generating new server certificates."
set source factory
next
edit "Fortinet_SSL"
set password ENC *HIDDEN*
set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. "
set source factory
next
edit "Fortinet_SSL_RSA1024"
set password ENC *HIDDEN*
set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. "
set source factory
next
edit "Fortinet_SSL_RSA2048"
set password ENC *HIDDEN*
set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. "
set source factory
next
edit "Fortinet_SSL_RSA4096"
set password ENC *HIDDEN*
set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. "
set source factory
next
edit "Fortinet_SSL_DSA1024"
set password ENC *HIDDEN*
set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. "
set source factory
next
edit "Fortinet_SSL_DSA2048"
set password ENC *HIDDEN*
set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. "
set source factory
next
edit "Fortinet_SSL_ECDSA256"
set password ENC *HIDDEN*
set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. "
set source factory
next
edit "Fortinet_SSL_ECDSA384"
set password ENC *HIDDEN*
set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. "
set source factory
next
edit "Fortinet_SSL_ECDSA521"
set password ENC *HIDDEN*
set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. "
set source factory
next
edit "Fortinet_SSL_ED25519"
set password ENC *HIDDEN*
set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. "
set source factory
next
edit "Fortinet_SSL_ED448"
set password ENC *HIDDEN*
set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. "
set source factory
next
end