1{
2    "kind": "tm:ltm:profile:client-ssl:client-sslstate",
3    "name": "foo",
4    "partition": "Common",
5    "fullPath": "/Common/foo",
6    "generation": 351,
7    "selfLink": "https://localhost/mgmt/tm/ltm/profile/client-ssl/~Common~foo?ver=13.0.0",
8    "alertTimeout": "indefinite",
9    "allowDynamicRecordSizing": "disabled",
10    "allowExpiredCrl": "disabled",
11    "allowNonSsl": "disabled",
12    "appService": "none",
13    "authenticate": "once",
14    "authenticateDepth": 9,
15    "bypassOnClientCertFail": "disabled",
16    "bypassOnHandshakeAlert": "disabled",
17    "caFile": "none",
18    "cacheSize": 262144,
19    "cacheTimeout": 3600,
20    "cert": "/Common/default.crt",
21    "certReference": {
22        "link": "https://localhost/mgmt/tm/sys/file/ssl-cert/~Common~default.crt?ver=13.0.0"
23    },
24    "certExtensionIncludes": [
25        "basic-constraints",
26        "subject-alternative-name"
27    ],
28    "certLifespan": 30,
29    "certLookupByIpaddrPort": "disabled",
30    "chain": "none",
31    "cipherGroup": "none",
32    "ciphers": "DEFAULT",
33    "clientCertCa": "none",
34    "crlFile": "none",
35    "defaultsFrom": "/Common/clientssl",
36    "defaultsFromReference": {
37        "link": "https://localhost/mgmt/tm/ltm/profile/client-ssl/~Common~clientssl?ver=13.0.0"
38    },
39    "description": "none",
40    "destinationIpBlacklist": "none",
41    "destinationIpWhitelist": "none",
42    "forwardProxyBypassDefaultAction": "intercept",
43    "genericAlert": "enabled",
44    "handshakeTimeout": "10",
45    "hostnameBlacklist": "none",
46    "hostnameWhitelist": "none",
47    "inheritCertkeychain": "true",
48    "key": "/Common/default.key",
49    "keyReference": {
50        "link": "https://localhost/mgmt/tm/sys/file/ssl-key/~Common~default.key?ver=13.0.0"
51    },
52    "maxActiveHandshakes": "indefinite",
53    "maxAggregateRenegotiationPerMinute": "indefinite",
54    "maxRenegotiationsPerMinute": 5,
55    "maximumRecordSize": 16384,
56    "modSslMethods": "disabled",
57    "mode": "enabled",
58    "notifyCertStatusToVirtualServer": "disabled",
59    "ocspStapling": "disabled",
60    "tmOptions": [
61        "dont-insert-empty-fragments"
62    ],
63    "peerCertMode": "ignore",
64    "peerNoRenegotiateTimeout": "10",
65    "proxyCaCert": "none",
66    "proxyCaKey": "none",
67    "proxySsl": "disabled",
68    "proxySslPassthrough": "disabled",
69    "renegotiateMaxRecordDelay": "indefinite",
70    "renegotiatePeriod": "indefinite",
71    "renegotiateSize": "indefinite",
72    "renegotiation": "enabled",
73    "retainCertificate": "true",
74    "secureRenegotiation": "require",
75    "serverName": "none",
76    "sessionMirroring": "disabled",
77    "sessionTicket": "disabled",
78    "sessionTicketTimeout": 0,
79    "sniDefault": "false",
80    "sniRequire": "false",
81    "sourceIpBlacklist": "none",
82    "sourceIpWhitelist": "none",
83    "sslForwardProxy": "disabled",
84    "sslForwardProxyBypass": "disabled",
85    "sslSignHash": "any",
86    "strictResume": "disabled",
87    "uncleanShutdown": "enabled",
88    "certKeyChain": [
89        {
90            "name": "default",
91            "appService": "none",
92            "cert": "/Common/default.crt",
93            "certReference": {
94                "link": "https://localhost/mgmt/tm/sys/file/ssl-cert/~Common~default.crt?ver=13.0.0"
95            },
96            "chain": "none",
97            "key": "/Common/default.key",
98            "keyReference": {
99                "link": "https://localhost/mgmt/tm/sys/file/ssl-key/~Common~default.key?ver=13.0.0"
100            }
101        }
102    ]
103}
104