From fac6b24525a1e5f3e50ee9cbdb4daae2ea457f51 Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Fri, 13 Nov 2015 18:26:47 +0000 Subject: Add inet6_tls_dist, for TLS distribution over IPv6 Generalise much of inet_tls_dist, so that inet6_tls_dist can reuse it. --- lib/ssl/doc/src/ssl_distribution.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'lib/ssl/doc') diff --git a/lib/ssl/doc/src/ssl_distribution.xml b/lib/ssl/doc/src/ssl_distribution.xml index a347ce5ae6..dc04d446b0 100644 --- a/lib/ssl/doc/src/ssl_distribution.xml +++ b/lib/ssl/doc/src/ssl_distribution.xml @@ -271,4 +271,27 @@ Eshell V5.0 (abort with ^G)

The init:get_arguments() call verifies that the correct arguments are supplied to the emulator.

+ +
+ Using SSL distribution over IPv6 +

It is possible to use SSL distribution over IPv6 instead of + IPv4. To do this, pass the option -proto_dist inet6_tls + instead of -proto_dist inet_tls when starting Erlang, + either on the command line or in the ERL_FLAGS environment + variable.

+ +

An example command line with this option would look like this:

+ +$ erl -boot /home/me/ssl/start_ssl -proto_dist inet6_tls + -ssl_dist_opt server_certfile "/home/me/ssl/erlserver.pem" + -ssl_dist_opt server_secure_renegotiate true client_secure_renegotiate true + -sname ssl_test +Erlang (BEAM) emulator version 5.0 [source] + +Eshell V5.0 (abort with ^G) +(ssl_test@myhost)1> + +

A node started in this way will only be able to communicate with + other nodes using SSL distribution over IPv6.

+
-- cgit v1.2.3