fix: enable -ssl_dist_optfile option in vm.args by default
this config has no effect if inet_tcp is in use
This commit is contained in:
parent
7a4242ea1b
commit
e4b22e2dc7
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
## Specify SSL Options in the file if using SSL for Erlang Distribution.
|
## Specify SSL Options in the file if using SSL for Erlang Distribution.
|
||||||
## Used only when -proto_dist set to inet_tls
|
## Used only when -proto_dist set to inet_tls
|
||||||
#-ssl_dist_optfile {{ platform_etc_dir }}/ssl_dist.conf
|
-ssl_dist_optfile {{ platform_etc_dir }}/ssl_dist.conf
|
||||||
|
|
||||||
## Specifies the net_kernel tick time in seconds.
|
## Specifies the net_kernel tick time in seconds.
|
||||||
## This is the approximate time a connected node may be unresponsive until
|
## This is the approximate time a connected node may be unresponsive until
|
||||||
|
|
Loading…
Reference in New Issue