|
900 | 900 | }, |
901 | 901 | } |
902 | 902 | }, |
| 903 | + "encryption_wpa_enterprise_sta_base_settings": { |
| 904 | + "properties": { |
| 905 | + "ca_cert_usesystem": { |
| 906 | + "title": "Use system certificates", |
| 907 | + "type": "boolean", |
| 908 | + "default": False, |
| 909 | + "format": "checkbox", |
| 910 | + "description": ( |
| 911 | + 'Validate server certificate using built-in' |
| 912 | + ' system CA bundle, requires the "ca-bundle" package' |
| 913 | + ), |
| 914 | + "propertyOrder": 7.9, |
| 915 | + }, |
| 916 | + "subject_match": { |
| 917 | + "title": "Certificate constraint (Subject)", |
| 918 | + "type": "string", |
| 919 | + "description": ( |
| 920 | + "Certificate constraint substring" |
| 921 | + " - e.g. /CN=wifi.mycompany.com See `logread -f` during" |
| 922 | + " handshake for actual values" |
| 923 | + ), |
| 924 | + "propertyOrder": 8.9, |
| 925 | + }, |
| 926 | + "altsubject_match": { |
| 927 | + "title": "Certificate constraint (SAN)", |
| 928 | + "description": ( |
| 929 | + "Certificate constraint(s) via Subject Alternate" |
| 930 | + " Name values (supported attributes: EMAIL, DNS, URI)" |
| 931 | + " - e.g. DNS:wifi.mycompany.com" |
| 932 | + ), |
| 933 | + "type": "array", |
| 934 | + "items": {"type": "string"}, |
| 935 | + "propertyOrder": 8.91, |
| 936 | + }, |
| 937 | + "domain_match": { |
| 938 | + "title": "Certificate constraint (Domain)", |
| 939 | + "description": ( |
| 940 | + "Certificate constraint(s) against DNS SAN values" |
| 941 | + " (if available) or Subject CN (exact match)" |
| 942 | + ), |
| 943 | + "type": "array", |
| 944 | + "items": {"type": "string"}, |
| 945 | + "propertyOrder": 8.92, |
| 946 | + }, |
| 947 | + "domain_suffix_match": { |
| 948 | + "title": "Certificate constraint (Wildcard)", |
| 949 | + "description": ( |
| 950 | + "Certificate constraint(s) against DNS SAN values " |
| 951 | + "(if available) or Subject CN (suffix match)" |
| 952 | + ), |
| 953 | + "type": "array", |
| 954 | + "items": {"type": "string"}, |
| 955 | + "propertyOrder": 8.93, |
| 956 | + }, |
| 957 | + } |
| 958 | + }, |
903 | 959 | }, |
904 | 960 | "properties": { |
905 | 961 | "general": { |
|
0 commit comments