Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aklyuchev86 committed Jan 5, 2025
1 parent f02597d commit eba1ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions core/include/userver/server/component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions core/src/server/component.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eba1ffc

Please sign in to comment.