This file is indexed.

/etc/yate/openssl.conf is in yate-core 5.4.0-1-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
; This file keeps the configuration of the openssl module
; Each section, except for 'general' configures a server context

[general]

;[server_context]
; This section configures a SSL server context

; enable: boolean: Enable or disable the context
; Defaults to yes
;enable=yes

; domains: string: Comma separated list of domains the context will be used for
; A subdomain wildcard can be specified for a given domain, e.g.
;  *.null.ro will match any null.ro subdomains (including the 'null.ro' domain)
;domains=

; certificate: string: The name of the file containing the certificate for the context
; This parameter is required
;certificate=

; key: string: Optional certificate key file name
;key=