Skip to content

Commit

Permalink
feat: add TLS support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Jan 17, 2025
1 parent bac6aba commit 770c594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ A simple logging interface to allow custom logger to be implemented instead of u
### TLS Support

GoAkt now supports TLS in its latest commit. When running in cluster mode, all nodes must share the same root Certificate Authority (CA) to ensure a successful handshake.
TLS can be enabled when creating the actor system by using the WithTLS method. This method allows you to configure both the TLS server and client settings.
TLS can be enabled when creating the actor system by using the option `WithTLS` method. This method allows you to configure both the TLS server and client settings.

The client configuration is essential for enabling secure communication between nodes, particularly in remoting and cluster modes.
By using WithTLS, you can ensure that all inter-node communication is encrypted and authenticated, enhancing the security of your GoAkt cluster.
Expand Down

0 comments on commit 770c594

Please sign in to comment.