local-eap-server authentication private-key
Function
The local-eap-server authentication private-key command configures a private key file for local EAP authentication.
The undo local-eap-server authentication private-key command deletes the private key file used in local EAP authentication.
By default, no private key file is configured for local EAP authentication.
Format
local-eap-server authentication private-key format der filename filename
local-eap-server authentication private-key format { pem | pkcs12 } filename filename [ password password ]
undo local-eap-server authentication private-key
Parameters
Parameter |
Description |
Value |
---|---|---|
format |
Specifies the format of the private key file. |
- |
der |
Configures a private key file in DER format. |
- |
pem |
Configures a private key file in PEM format. |
- |
pkcs12 |
Configures a private key file in PKCS12 format. |
- |
filename filename | Specifies the name of the private key file. | The file name must already exist. |
password password | Specifies the decryption password of the private key file. | The decryption password must match the private key file. |