Skip to content

Document GraphQL TLS options #1775

Closed
@alexandratran

Description

@alexandratran

Document new GraphQL TLS/mTLS options:

  • --graphql-tls-enabled: Enable TLS for the GraphQL HTTP service.
  • --graphql-tls-keystore-file: Path to the TLS keystore file.
  • --graphql-tls-keystore-password-file: Path to the file containing the password for the TLS keystore.
  • --graphql-mtls-enabled: Enable mTLS for the GraphQL HTTP service.
  • --graphql-tls-truststore-file: Path to the TLS truststore file.
  • --graphql-tls-truststore-password-file: Path to the file containing the password for the TLS truststore.

See hyperledger/besu#7910 for more info.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions