|
2105 | 2105 | "level": "error"
|
2106 | 2106 | }
|
2107 | 2107 | },
|
2108 |
| - { |
2109 |
| - "name": "management.server.ssl.bundle", |
2110 |
| - "description": "Name of a configured SSL bundle." |
2111 |
| - }, |
2112 |
| - { |
2113 |
| - "name": "management.server.ssl.certificate", |
2114 |
| - "description": "Path to a PEM-encoded SSL certificate file." |
2115 |
| - }, |
2116 |
| - { |
2117 |
| - "name": "management.server.ssl.certificate-private-key", |
2118 |
| - "description": "Path to a PEM-encoded private key file for the SSL certificate." |
2119 |
| - }, |
2120 |
| - { |
2121 |
| - "name": "management.server.ssl.ciphers", |
2122 |
| - "description": "Supported SSL ciphers." |
2123 |
| - }, |
2124 |
| - { |
2125 |
| - "name": "management.server.ssl.client-auth", |
2126 |
| - "description": "Client authentication mode. Requires a trust store." |
2127 |
| - }, |
2128 |
| - { |
2129 |
| - "name": "management.server.ssl.enabled", |
2130 |
| - "description": "Whether to enable SSL support.", |
2131 |
| - "defaultValue": true |
2132 |
| - }, |
2133 |
| - { |
2134 |
| - "name": "management.server.ssl.enabled-protocols", |
2135 |
| - "description": "Enabled SSL protocols." |
2136 |
| - }, |
2137 |
| - { |
2138 |
| - "name": "management.server.ssl.key-alias", |
2139 |
| - "description": "Alias that identifies the key in the key store." |
2140 |
| - }, |
2141 |
| - { |
2142 |
| - "name": "management.server.ssl.key-password", |
2143 |
| - "description": "Password used to access the key in the key store." |
2144 |
| - }, |
2145 |
| - { |
2146 |
| - "name": "management.server.ssl.key-store", |
2147 |
| - "description": "Path to the key store that holds the SSL certificate (typically a jks file)." |
2148 |
| - }, |
2149 |
| - { |
2150 |
| - "name": "management.server.ssl.key-store-password", |
2151 |
| - "description": "Password used to access the key store." |
2152 |
| - }, |
2153 |
| - { |
2154 |
| - "name": "management.server.ssl.key-store-provider", |
2155 |
| - "description": "Provider for the key store." |
2156 |
| - }, |
2157 |
| - { |
2158 |
| - "name": "management.server.ssl.key-store-type", |
2159 |
| - "description": "Type of the key store." |
2160 |
| - }, |
2161 |
| - { |
2162 |
| - "name": "management.server.ssl.protocol", |
2163 |
| - "description": "SSL protocol to use.", |
2164 |
| - "defaultValue": "TLS" |
2165 |
| - }, |
2166 |
| - { |
2167 |
| - "name": "management.server.ssl.server-name-bundles", |
2168 |
| - "description": "Mapping of host names to SSL bundles for SNI configuration." |
2169 |
| - }, |
2170 |
| - { |
2171 |
| - "name": "management.server.ssl.trust-certificate", |
2172 |
| - "description": "Path to a PEM-encoded SSL certificate authority file." |
2173 |
| - }, |
2174 |
| - { |
2175 |
| - "name": "management.server.ssl.trust-certificate-private-key", |
2176 |
| - "description": "Path to a PEM-encoded private key file for the SSL certificate authority." |
2177 |
| - }, |
2178 |
| - { |
2179 |
| - "name": "management.server.ssl.trust-store", |
2180 |
| - "description": "Trust store that holds SSL certificates." |
2181 |
| - }, |
2182 |
| - { |
2183 |
| - "name": "management.server.ssl.trust-store-password", |
2184 |
| - "description": "Password used to access the trust store." |
2185 |
| - }, |
2186 |
| - { |
2187 |
| - "name": "management.server.ssl.trust-store-provider", |
2188 |
| - "description": "Provider for the trust store." |
2189 |
| - }, |
2190 |
| - { |
2191 |
| - "name": "management.server.ssl.trust-store-type", |
2192 |
| - "description": "Type of the trust store." |
2193 |
| - }, |
2194 | 2108 | {
|
2195 | 2109 | "name": "management.trace.http.enabled",
|
2196 | 2110 | "deprecation": {
|
|
0 commit comments