HOW TO CONFIGURE SSL-TLS VERSION USING CLI
430
Created On 12/08/22 15:29 PM - Last Modified 11/07/25 20:52 PM
Environment
PAN OS
Procedure
> Enter into the configuration mode
# configure
> Create SSL-TLS profile using below command
# set shared ssl-tls-service-profile "Profile name" protocol-settings max-version max max
Max Max
tls1-0 TLSv1.0
tls1-1 TLSv1.1
tls1-2 TLSv1.2
> Commit the configuration
#commit