The event viewer was also logging an error:
Content Indexing function 'CISearch::EcGetRowsetAndAccessor' received an unusual and unexpected error code from MSSearch. Mailbox Database: Operations Database 1 Error Code: 0x80041606
Content Indexing function 'CISearch::EcGetRowsetAndAccessor' received an unusual and unexpected error code from MSSearch. Mailbox Database: Operations Database 1 Error Code: 0x80041606
config firewall local-in-policy edit 1 set intf "wan1" set srcaddr "all" set dstaddr "all" set action accept set service "PING" set schedule "always" next edit 2 set intf "wan1" set srcaddr "Admin Subnets" set dstaddr "all" set action accept set service "ALL" set schedule "always" next edit 3 set intf "wan1" set srcaddr "all" set dstaddr "all" set service "ALL" set schedule "always" next end
[mike@mon1 ~ ]# openssl genrsa -aes256 -out ca.key 4096 Generating RSA private key, 4096 bit long modulus ............................++ ...........++ e is 65537 (0x10001) Enter pass phrase for ca.key: Verifying - Enter pass phrase for ca.key: [mike@mon1 ~ ]#Next, sign the certificate. Fill in the information as you see fit, it is not really important for what we're trying to accomplish here. This is set for 3650 days, you can raise/lower this if you want.
[mike@mon1 ~ ]# openssl req -new -x509 -days 3650 -key ca.key -sha256 -extensions v3_ca -out ca.crt Enter pass phrase for ca.key: You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:US State or Province Name (full name) [Some-State]:California Locality Name (eg, city) []:City Organization Name (eg, company) [Internet Widgits Pty Ltd]:Company Organizational Unit Name (eg, section) []: Common Name (eg, YOUR name) []:Company Fortigate CA Email Address []:support@company.com [mike@mon1 ~ ]#