HTTPS Inbound SSLO ApplicationΒΆ
HTTPS inbound sslo application with all properties using below examples:
{
"allowOverwrite": false,
"name": "<app_name>",
"description": "application 01",
"set_name": "Examples",
"template_name": "sslo-inbound-gateway-topology",
"parameters": {
"virtuals": [
{
"enable_Access": false,
"enable_InspectionServices": false,
"enable_TLS_Server": true,
"enable_snat": true,
"snat_automap": true,
"snat_addresses": [],
"enable_FastL4": false,
"enable_HTTP2_Profile": false,
"enable_UDP_Profile": false,
"enable_TCP_Profile": false,
"enable_mirroring": true,
"enable_TLS_Client": true,
"multiCertificatesEnum": [
{
"clientTlsName": "string",
"ecdsaCertificate": "app-my_example_ecdsa_cert",
"ecdsa_bundle": "app-my_example_bundle",
"rsaCertificate": "app-my_example_rsa_cert",
"rsa_bundle": "app-my_example_bundle",
"sniDefault": true,
"dh_groups": "DEFAULT",
"trustCACertificate": "app-my_example_CA",
"advanced_configuration" : true,
"renegotiate_max_record_delay": 0,
"renegotiate_period": 0,
"renegotiate_size": 0,
"renegotiation_enabled": true,
"secure_renegotiation": "require",
"signature_algorithms": "DEFAULT",
"alert_timeout": 0,
"authentication_depth": 9,
"authentication_frequency": "one-time",
"enable_authentication": false,
"handshake_timeout": 10,
"cache_size": 1024,
"ciphers": "DEFAULT",
"tls_c_1_1": true,
"tls_c_1_2": true,
"tls_c_1_3": true,
"sniServers": [
{
"serverName": "string"
}
]
}
],
"tls_server_certificates": [
{
"ciphers_server": "DEFAULT",
"tls_s_1_1": true,
"tls_s_1_2": true,
"tls_s_1_3": false,
"advanced_configuration" : true,
"dh_groups" : "DEFAULT",
"signature_algorithms": "DEFAULT",
"renegotiation_enabled": true,
"handshake_timeout" : 9,
"secure_renegotiation" : "request",
"renegotiate_period" : 9,
"certificates" : "app-my_example_rsa_cert_server",
"enable_authentication": true,
"trustCACertificate": "app-my_example_CA",
"authentication_frequency": "one-time",
"authentication_depth": 9
}
],
"enable_SsloPolicy": false,
"enable_WAF": false,
"enable_iRules": false,
"virtualPort": 80,
"virtualName": "<app_name>_vs",
"pool": "<app_name>_pool"
}
],
"enable_Global_Resiliency": false,
"application_description": "application 01",
"application_name": "<app_name>"
}
}