Skip to content

Latest commit

 

History

History
195 lines (175 loc) · 6.45 KB

ssl_guide.md

File metadata and controls

195 lines (175 loc) · 6.45 KB

SSL encryption

NebulaGraph supports data transmission with SSL encryption between clients, the Graph service, the Meta service, and the Storage service. This topic describes how to enable SSL encryption.

NebulaGraph supports four encryption policies:

  • Encrypt the data transmission between clients, the Graph service, the Meta service, and the Storage service.
    To enable this policy, add enable_ssl = true to each component.