From af2cc09e0390fd5940f2fc52534b9721e9942926 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Tue, 21 Nov 2017 14:34:38 +0100 Subject: ssl: Marker inserted to enable a reference from crypto --- lib/ssl/doc/src/ssl.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/ssl/doc/src') diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index ac5a69c69b..8fcda78ed5 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -203,7 +203,9 @@ {certfile, path()}

Path to a file containing the user certificate.

- {key, {'RSAPrivateKey'| 'DSAPrivateKey' | 'ECPrivateKey' + + + {key, {'RSAPrivateKey'| 'DSAPrivateKey' | 'ECPrivateKey' |'PrivateKeyInfo', public_key:der_encoded()} | #{algorithm := rsa | dss | ecdsa, engine := crypto:engine_ref(), key_id := crypto:key_id(), password => crypto:password()}

The DER-encoded user's private key or a map refering to a crypto -- cgit v1.2.3