Browse Source

Small clarification on the last ssl_auth snippet

Loïc Hoguin 12 years ago
parent
commit
21a1141eba
1 changed files with 2 additions and 1 deletions
  1. 2 1
      guide/ssl_auth.md

+ 2 - 1
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) ->