aboutsummaryrefslogtreecommitdiffstats
path: root/guide/ssl_auth.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-11-22 14:03:31 +0100
committerLoïc Hoguin <[email protected]>2012-11-22 14:03:31 +0100
commit21a1141eba147809b2b6fe2f6ca2e7e1d565b655 (patch)
treedf10d19efefc6f40ee55f181ffad58e397bb3327 /guide/ssl_auth.md
parent6257ab6c744f4fe65e0828ff18f4a683a2eac1f9 (diff)
downloadranch-21a1141eba147809b2b6fe2f6ca2e7e1d565b655.tar.gz
ranch-21a1141eba147809b2b6fe2f6ca2e7e1d565b655.tar.bz2
ranch-21a1141eba147809b2b6fe2f6ca2e7e1d565b655.zip
Small clarification on the last ssl_auth snippet
Diffstat (limited to 'guide/ssl_auth.md')
-rw-r--r--guide/ssl_auth.md3
1 files changed, 2 insertions, 1 deletions
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) ->