summaryrefslogtreecommitdiff
path: root/README.eap-tls
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-06-04 18:30:16 -0700
committerGitHub <noreply@github.com>2021-06-05 11:30:16 +1000
commit5749374dc2accc607b1aa2b3a4c6c71c0fb9f5cf (patch)
tree72b8101897455e158cc282b6e464e60773330e90 /README.eap-tls
parentd706c95906d996534f13632a747af5dc617f306e (diff)
downloadppp-5749374dc2accc607b1aa2b3a4c6c71c0fb9f5cf.tar.gz
pppd: Support for use of PKCS12 certificates (#264)
This implements the ability to specify the option 'pkcs12' to allow users to provide a PKCS12 formatted file as user credentials. Signed-off-by: Eivind Naess <eivnaes@yahoo.com>
Diffstat (limited to 'README.eap-tls')
-rw-r--r--README.eap-tls3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.eap-tls b/README.eap-tls
index 7895b2b..ad81ab2 100644
--- a/README.eap-tls
+++ b/README.eap-tls
@@ -134,6 +134,9 @@ EAP-TLS authentication support for PPP
key <key-file>
Use the client private key found in <key-file> in PEM format
or in engine:engine_id format
+ pkcs12 <pkcs12-file>
+ Use a pkcs12 envelope as a substitute for cert and key. A password may be
+ required to use this file.
crl <crl-file>
Use the Certificate Revocation List (CRL) file <crl-file> in PEM format.
crl-dir <dir>