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:
Zaiming (Stone) Shi 2022-06-23 08:28:28 +02:00
parent 7a4242ea1b
commit e4b22e2dc7
1 changed files with 1 additions and 1 deletions

View File

@ -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