Lines Matching refs:in
21 probably in <command>/usr/share/doc/wpa_supplicant/</command>, for
25 <para>All file paths in this configuration file should use full
26 (absolute, not relative to working directory) path in order to allow
28 run in the background.</para>
37 select the best network based on the order of network blocks in
52 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
150 on what security policy is used in the selected SSID. This is
210 private key file has to also be included in configuration. If the
211 private key uses a passphrase, this has to be configured in
214 <para>wpa_supplicant supports X.509 certificates in PEM and DER
215 formats. User certificate and private key can be included in the
218 <para>If the user certificate and private key is received in
224 openssl pkcs12 -in example.pfx -out user.pem -clcerts
225 # convert CA certificate (if included in PFX file) to PEM format
226 openssl pkcs12 -in example.pfx -out ca.pem -cacerts -nokeys