mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 02:19:26 +01:00
doc: Update EAP-TLS client key setting information
This commit is contained in:
parent
a55f8864d2
commit
d6e99c1197
@ -211,20 +211,27 @@ authentication configuration.
|
|||||||
* - EAP-TLS-ClientCert
|
* - EAP-TLS-ClientCert
|
||||||
- absolute file path or embedded pem
|
- absolute file path or embedded pem
|
||||||
|
|
||||||
Path to a PEM-formatted client X.509 certificate or certificate chain
|
Path to the client X.509 certificate or certificate chain to send on
|
||||||
to send on server request.
|
server request.
|
||||||
* - EAP-TLS-ClientKey
|
* - EAP-TLS-ClientKey
|
||||||
- absolute file path or embedded pem
|
- absolute file path or embedded pem
|
||||||
|
|
||||||
Path to a PEM-formatted client PKCS#8 private key corresponding to the
|
Path to the client private key corresponding to the public key provided
|
||||||
public key provided in *EAP-TLS-ClientCert*.
|
in *EAP-TLS-ClientCert*. The recommended format is PKCS#8 PEM.
|
||||||
|
* - EAP-TLS-ClientKeyBundle
|
||||||
|
- absolute file path
|
||||||
|
|
||||||
|
As an alternative to *EAP-TLS-ClientCert* and *EAP-TLS-ClientKey* IWD
|
||||||
|
can load both the certificate and the private key from a container file
|
||||||
|
pointed by this setting. The recommended format is PKCS#12 when this
|
||||||
|
is used.
|
||||||
* - | EAP-TLS-
|
* - | EAP-TLS-
|
||||||
| ClientKeyPassphrase
|
| ClientKeyPassphrase
|
||||||
- string
|
- string
|
||||||
|
|
||||||
Decryption key for the client private key file. This is used if the
|
Decryption key for the client key files. This should be used if the
|
||||||
private key given by *EAP-TLS-ClientKey* is encrypted. If not provided,
|
certificate or the private key in the files mentioned above is encrypted.
|
||||||
then the agent is asked for the passphrase at connection time.
|
When not given, the agent is asked for the passphrase at connection time.
|
||||||
* - | EAP-TLS-ServerDomainMask,
|
* - | EAP-TLS-ServerDomainMask,
|
||||||
| EAP-TTLS-ServerDomainMask,
|
| EAP-TTLS-ServerDomainMask,
|
||||||
| EAP-PEAP-ServerDomainMask
|
| EAP-PEAP-ServerDomainMask
|
||||||
|
Loading…
Reference in New Issue
Block a user