Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistent TLS keys #783

Closed
wants to merge 10 commits into from
16 changes: 8 additions & 8 deletions doc/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@
"description": "Controller DH-HMAC-CHAP key",
"type": "string"
},
"keyring": {
"description": "Keyring for TLS key lookup",
"type": "string"
},
"tls_key": {
"description": "TLS key for the connection",
"type": "string"
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these changes should be in config-schema.json.in

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course.

"nr_io_queues": {
"description": "Number of I/O queues",
"type": "integer"
Expand Down Expand Up @@ -156,14 +164,6 @@
"type": "boolean",
"default": false
},
"keyring": {
"description": "Keyring for TLS key lookup",
"type": "integer"
},
"tls_key": {
"description": "TLS key for the connection",
"type": "integer"
},
"tls": {
"description": "Enable TLS encryption",
"type": "boolean",
Expand Down