From 3cc6df6b63f5659ad1599e8b3033122648d4d7bf Mon Sep 17 00:00:00 2001 From: Kyle Pollich Date: Mon, 7 Nov 2022 09:26:50 -0500 Subject: [PATCH 1/3] Add docs for package verification GPG key --- docs/settings/fleet-settings.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/settings/fleet-settings.asciidoc b/docs/settings/fleet-settings.asciidoc index 38f042284218f..3bdc0afaf870c 100644 --- a/docs/settings/fleet-settings.asciidoc +++ b/docs/settings/fleet-settings.asciidoc @@ -33,6 +33,9 @@ The address to use to reach the {package-manager} registry. The proxy address to use to reach the {package-manager} registry if an internet connection is not directly available. Refer to {fleet-guide}/air-gapped.html[Air-gapped environments] for details. +`xpack.fleet.packageVerification.gpgKeyPath`:: +The path on disk to the GPG key used to verify the {package-manager} packages. In the event that Elastic's public key +is reissued as a security precuation, you can use this setting to specify the new key. ==== {fleet} settings From db1a831664dbde0aca25b59454291441094d069c Mon Sep 17 00:00:00 2001 From: Kyle Pollich Date: Mon, 7 Nov 2022 09:58:53 -0500 Subject: [PATCH 2/3] Update fleet-settings.asciidoc --- docs/settings/fleet-settings.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/settings/fleet-settings.asciidoc b/docs/settings/fleet-settings.asciidoc index 3bdc0afaf870c..835b4fb2ec625 100644 --- a/docs/settings/fleet-settings.asciidoc +++ b/docs/settings/fleet-settings.asciidoc @@ -34,8 +34,8 @@ The proxy address to use to reach the {package-manager} registry if an internet Refer to {fleet-guide}/air-gapped.html[Air-gapped environments] for details. `xpack.fleet.packageVerification.gpgKeyPath`:: -The path on disk to the GPG key used to verify the {package-manager} packages. In the event that Elastic's public key -is reissued as a security precuation, you can use this setting to specify the new key. +The path on disk to the GPG key used to verify {package-manager} packages. In the event that Elastic's public key +is reissued as a security precaution, you can use this setting to specify the new key. ==== {fleet} settings From bc9740192f760d8344ad218716e74485f476c1d0 Mon Sep 17 00:00:00 2001 From: Kyle Pollich Date: Mon, 7 Nov 2022 13:42:27 -0500 Subject: [PATCH 3/3] Update docs/settings/fleet-settings.asciidoc Co-authored-by: DeDe Morton --- docs/settings/fleet-settings.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/settings/fleet-settings.asciidoc b/docs/settings/fleet-settings.asciidoc index 835b4fb2ec625..6d907ba23a807 100644 --- a/docs/settings/fleet-settings.asciidoc +++ b/docs/settings/fleet-settings.asciidoc @@ -34,8 +34,8 @@ The proxy address to use to reach the {package-manager} registry if an internet Refer to {fleet-guide}/air-gapped.html[Air-gapped environments] for details. `xpack.fleet.packageVerification.gpgKeyPath`:: -The path on disk to the GPG key used to verify {package-manager} packages. In the event that Elastic's public key -is reissued as a security precaution, you can use this setting to specify the new key. +The path on disk to the GPG key used to verify {package-manager} packages. If the Elastic public key +is ever reissued as a security precaution, you can use this setting to specify the new key. ==== {fleet} settings