Skip to content

Commit 53d30f3

Browse files
Update admin/code_hosts/bitbucket_server.schema.json schema for v6.8.0
1 parent ae4fd92 commit 53d30f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/code_hosts/bitbucket_server.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi
205205

206206
{/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_server.schema.json */}
207207
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
208-
{/* Last updated: 2025-09-03T21:51:29Z via sourcegraph/sourcegraph@v6.7.2518 */}
208+
{/* Last updated: 2025-09-18T21:46:06Z via sourcegraph/sourcegraph@v6.8.0 */}
209209
```json
210210
// Authentication alternatives: token OR password
211211

@@ -222,7 +222,7 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi
222222
"oauth2": false
223223
},
224224

225-
// TLS certificate of the Bitbucket Server / Bitbucket Data Center instance. This is only necessary if the certificate is self-signed or signed by an internal CA. To get the certificate run `openssl s_client -connect HOST:443 -showcerts < /dev/null 2> /dev/null | openssl x509 -outform PEM`. To escape the value into a JSON string, you may want to use a tool like https://json-escape-text.now.sh.
225+
// DEPRECATED: Use the tls.external setting in site config instead. TLS certificate of the Bitbucket Server / Bitbucket Data Center instance. This is only necessary if the certificate is self-signed or signed by an internal CA. To get the certificate run `openssl s_client -connect HOST:443 -showcerts < /dev/null 2> /dev/null | openssl x509 -outform PEM`. To escape the value into a JSON string, you may want to use a tool like https://json-escape-text.now.sh.
226226
// Other example values:
227227
// - "-----BEGIN CERTIFICATE-----\n..."
228228
"certificate": null,

0 commit comments

Comments
 (0)