From 26947871957102cd972210202f15217789ff5cb9 Mon Sep 17 00:00:00 2001 From: Lee E Hinman <57081003+leehinman@users.noreply.github.com> Date: Wed, 15 Nov 2023 00:26:48 -0800 Subject: [PATCH] Update pgp-workaround.md (#3766) * Update pgp-workaround.md Add info on TLS * Update docs/pgp-workaround.md Co-authored-by: Craig MacKenzie --------- Co-authored-by: Craig MacKenzie --- docs/pgp-workaround.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pgp-workaround.md b/docs/pgp-workaround.md index 1da21bde919..621a22514ce 100644 --- a/docs/pgp-workaround.md +++ b/docs/pgp-workaround.md @@ -56,3 +56,7 @@ host { 'elastic-artifacts': path: '/etc/hosts' line: ' artifacts.elastic.co' ``` + +## TLS + +Because the connection is `https`, the certificate that the host that is impersonating `https:\\artifacts.elastic.co` returns will have to have `artifacts.elastic.co` as one of it's Subject Alternate Names.