From 21a1141eba147809b2b6fe2f6ca2e7e1d565b655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 22 Nov 2012 14:03:31 +0100 Subject: Small clarification on the last ssl_auth snippet --- guide/ssl_auth.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/ssl_auth.md b/guide/ssl_auth.md index 6d521b9..f9a4812 100644 --- a/guide/ssl_auth.md +++ b/guide/ssl_auth.md @@ -100,7 +100,8 @@ certificate, you can again use the `public_key:pkix_issuer_id/2` to extract the `IssuerID` value. The following function returns the `IssuerID` or `false` if no client -certificate was found. +certificate was found. This snippet is intended to be used from your +protocol code. ``` erlang socket_to_issuer_id(Socket) -> -- cgit v1.2.3