diff --git a/core/include/userver/server/component.hpp b/core/include/userver/server/component.hpp index 4dff0b4314da..4501670a5d7b 100644 --- a/core/include/userver/server/component.hpp +++ b/core/include/userver/server/component.hpp @@ -63,8 +63,7 @@ namespace components { /// task_processor | task processor to process incoming requests | - /// backlog | max count of new connections pending acceptance | 1024 /// tls.ca | paths to TLS CAs for client authentication | - -/// tls.cert-chain | path to TLS server certificate chain | - -/// tls.cert | path to TLS server certificate | - +/// tls.cert | path to TLS server certificate chain | - /// tls.private-key | path to TLS server certificate private key | - /// tls.private-key-passphrase-name | passphrase name located in secdist's "passphrases" section | - /// handler-defaults.max_url_size | max path/URL size or empty to not limit | 8192 diff --git a/core/src/server/component.cpp b/core/src/server/component.cpp index 2017aa0fdd06..98ac8fad9651 100644 --- a/core/src/server/component.cpp +++ b/core/src/server/component.cpp @@ -125,11 +125,7 @@ additionalProperties: false description: path to TLS CA cert: type: string - description: path to TLS certificate - cert-chain: - type: string - description: path to TLS certificates chain - defaultDescription: empty string + description: path to TLS certificate chain private-key: type: string description: path to TLS certificate private key