mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 23:40:43 +01:00
manpages: replace shorthand words
Replaces cases of 'certs' with 'certificates', and 8021x with IEEE 802.1x
This commit is contained in:
parent
5a473a755c
commit
d164923e7c
@ -234,10 +234,10 @@ authentication configuration.
|
|||||||
Embedded PEMs
|
Embedded PEMs
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Rather than including an absolute path to a PEM file (for certs or keys), the
|
Rather than including an absolute path to a PEM file (for certificates and
|
||||||
PEM itself can be included inside the settings file and referenced directly.
|
keys), the PEM itself can be included inside the settings file and referenced
|
||||||
This allows 8021x network provisioning using a single file without any
|
directly. This allows IEEE 802.1x network provisioning using a single file
|
||||||
references to certificates/keys on the system.
|
without any references to certificates or keys on the system.
|
||||||
|
|
||||||
An embedded PEM can appear anywhere in the settings file using the following
|
An embedded PEM can appear anywhere in the settings file using the following
|
||||||
format (this example the PEM is named 'my_ca_cert'):
|
format (this example the PEM is named 'my_ca_cert'):
|
||||||
@ -255,8 +255,8 @@ elsewhere in the settings file by prefixing the value with 'embed:'
|
|||||||
|
|
||||||
EAP-TLS-CACert=embed:my_ca_cert
|
EAP-TLS-CACert=embed:my_ca_cert
|
||||||
|
|
||||||
This is not limited to CA Certs either. Client certs, client keys (encrypted
|
This is not limited to CA Certificates either. Client certificates, client keys
|
||||||
or not), and certificate chains can be included.
|
(encrypted or not), and certificate chains can be included.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
========
|
========
|
||||||
|
Loading…
x
Reference in New Issue
Block a user