Hi,
I am trying to figure out if I can setup 2 separate SSLVPNs with 2 separate SSL certificates, but I am getting nowhere.
Is this possible?
Solved! Go to Solution.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Than the only possible way as also suggested previously is to use a single certificate with multiple SAN. This can be easily done in a private CA but for public signed certificates it may be difficult to get.
In case you need separate SSL VPN configurations, you could also use VDOMs. It allows individual SSL VPN configurations for each VDOM in the FGT.
Hi,
As far as I know, you cannot defined 2 different certificate under the SSLVPN settings.
What you can do, is defined within the certificate 2 SANs resolving in the same IP address of the FGT listening on SSLVPN.
Are you trying to configure two completely different SSL VPN using two different public IPs and Domains (URL) or just need two URL and certificates pointing on the same SSL VPN IP/interface?
Hi ebilcari,
I just need two URL and certificates pointing on the same SSL VPN IP/interface.
Than the only possible way as also suggested previously is to use a single certificate with multiple SAN. This can be easily done in a private CA but for public signed certificates it may be difficult to get.
In case you need separate SSL VPN configurations, you could also use VDOMs. It allows individual SSL VPN configurations for each VDOM in the FGT.
Since FortiGate 7.0.2, it is possible to assign different certificates to different realms.
The realm must be assigned in the SSLVPN-Settings authentication rules.
If virtual-host-server-cert is not defined in the realm configuration, the certificate which is configured under vpn ssl settings is used.
config vpn ssl web realm
edit "saml"
set virtual-host "vpn1.company1.com"
set virtual-host-only enable
next
edit "saml2"
set virtual-host "vpn2.company1.com"
set virtual-host-only enable
set virtual-host-server-cert "vpn2.company1.com_2024"
next
end
config vpn ssl settings
config authentication-rule
edit 1
set groups "AT_USERS_SAML" "AU_USERS_SAML"
set portal "SSL_INT_PORTAL"
set realm "saml"
next
edit 2
set groups "AT_USERS_SAML" "AU_USERS_SAML"
set portal "SSL_INT_PORTAL"
set realm "saml2"
next
end
end
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1661 | |
1077 | |
752 | |
443 | |
220 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.