You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FortiOS multiline private-keys are not handled correctly. Only the first line is handled
private-keys can be found in multiple sections of a config, but as an example:
config vpn certificate local
edit "fortinet_CA_SSL"
set password ENC 535456656ghffgfdgfdgf
set comments "This is the default CA certificate the SSL Inspection....."
set private-key "-----BEGIN ENCRYPTED PRIVATE KEY-----
gfgGFDBFFFfffffffffffffffffffffffffffffffghhgfhhfhghghghgjjghfh
<continues for several lines>
-----END ENCRYPTED PRIVATE KEY-----"
set certificate "-----BEGIN CERTIFICATE-----
gfgGFDBFFFfffffffffffffffffffffffffffffffghhgfhhfhghghghgjjghfh
<continues for several lines>
-----END CERTIFICATE-----"
next
end
The text was updated successfully, but these errors were encountered:
FortiOS multiline private-keys are not handled correctly. Only the first line is handled
private-keys can be found in multiple sections of a config, but as an example:
The text was updated successfully, but these errors were encountered: