Skip to content

Commit

Permalink
Add supported TLS version info to air-gapped docs (#1280) (#1282)
Browse files Browse the repository at this point in the history
* Add supported TLS version info to air-gapped docs

* Update docs/en/ingest-management/fleet/air-gapped.asciidoc

Co-authored-by: Jaime Soriano Pastor <[email protected]>

---------

Co-authored-by: Jaime Soriano Pastor <[email protected]>
(cherry picked from commit 17bdc90)

Co-authored-by: David Kilfoyle <[email protected]>
  • Loading branch information
mergify[bot] and kilfoyle authored Sep 3, 2024
1 parent dde633f commit e087788
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/ingest-management/fleet/air-gapped.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ docker run -it -p 443:443 \
docker.elastic.co/package-registry/distribution:{version}
----

The {package-registry} supports TLS versions from 1.0 to 1.3. The minimum version accepted can be configured with `EPR_TLS_MIN_VERSION`, it defaults to 1.0. If you want to restrict the supported versions from 1.2 to 1.3, you can use `EPR_TLS_MIN_VERSION=1.2`.

[discrete]
=== Using custom CA certificates

Expand Down

0 comments on commit e087788

Please sign in to comment.