From: Jan-Simon Moeller Date: Thu, 20 Jul 2023 20:42:38 +0000 (+0200) Subject: Update certificates to include localhost and 127.0.0.1 X-Git-Tag: 15.93.0~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e5ab749de2db4e3902159ee641ea5df08223d813;hp=e5ab749de2db4e3902159ee641ea5df08223d813;p=AGL%2Fmeta-agl-demo.git Update certificates to include localhost and 127.0.0.1 This updates the certificates to have subjectAltName defined as subjectAltName=DNS:$1,DNS:localhost,IP:127.0.0.1 It allows clients from the localhost to connect. We're debating if we need the IP:127.0.0.1 going forward, so this might change in the future. Bug-AGL: SPEC-4868 Change-Id: Ic6bbf5fd55b9f6a14a84512ae8748b3f48dbc3c1 Signed-off-by: Jan-Simon Moeller ---