Translations: Nxt-default properties configuration file/56/en

From ArdorDocs
Jump to: navigation, search
  1. Enabled cipher suites for the API server when SSL is enabled. The list below
  2. is an example to use for choosing AES-GCM instead of AES-CBC, not the default.
  3. nxt.apiSSLCiphers=TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384; \
  4. TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256; \
  5. TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384; \
  6. TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256;