|
@@ -166,6 +166,20 @@ Credentials can be pre-configured for automatic network selection:
|
|
|
# milenage: Milenage parameters for SIM/USIM simulator in <Ki>:<OPc>:<SQN>
|
|
|
# format
|
|
|
#
|
|
|
+# domain_suffix_match: Constraint for server domain name
|
|
|
+# If set, this FQDN is used as a suffix match requirement for the AAA
|
|
|
+# server certificate in SubjectAltName dNSName element(s). If a
|
|
|
+# matching dNSName is found, this constraint is met. If no dNSName
|
|
|
+# values are present, this constraint is matched against SubjetName CN
|
|
|
+# using same suffix match comparison. Suffix match here means that the
|
|
|
+# host/domain name is compared one label at a time starting from the
|
|
|
+# top-level domain and all the labels in @domain_suffix_match shall be
|
|
|
+# included in the certificate. The certificate may include additional
|
|
|
+# sub-level labels in addition to the required labels.
|
|
|
+#
|
|
|
+# For example, domain_suffix_match=example.com would match
|
|
|
+# test.example.com but would not match test-example.com.
|
|
|
+#
|
|
|
# domain: Home service provider FQDN(s)
|
|
|
# This is used to compare against the Domain Name List to figure out
|
|
|
# whether the AP is operated by the Home SP. Multiple domain entries can
|
|
@@ -205,6 +219,7 @@ Credentials can be pre-configured for automatic network selection:
|
|
|
# password="password"
|
|
|
# ca_cert="/etc/wpa_supplicant/ca.pem"
|
|
|
# domain="example.com"
|
|
|
+# domain_suffix_match="example.com"
|
|
|
#}
|
|
|
#
|
|
|
#cred={
|