From 47f91385b0d57fbbc7d3d5e609bf4e2defc74ce5 Mon Sep 17 00:00:00 2001 From: John Poland Date: Sat, 11 Oct 2025 17:07:42 -0400 Subject: [PATCH] fortigate/global/certificate.cfg Sat Oct 11 05:07:41 PM EDT 2025 --- configs/fortigate/global/certificate.cfg | 69 ++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 configs/fortigate/global/certificate.cfg diff --git a/configs/fortigate/global/certificate.cfg b/configs/fortigate/global/certificate.cfg new file mode 100644 index 0000000..810c8ba --- /dev/null +++ b/configs/fortigate/global/certificate.cfg @@ -0,0 +1,69 @@ +config certificate ca +end +config certificate local + edit "Fortinet_CA_SSL" + set  *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  *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  *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  *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  *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  *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  *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  *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  *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  *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  *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  *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  *HIDDEN* + set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. " + set source factory + next +end