Update certificates to include localhost and 127.0.0.1 57/29057/3
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 20 Jul 2023 20:42:38 +0000 (22:42 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 1 Aug 2023 08:56:57 +0000 (08:56 +0000)
commit70ac3393d677da85aeab2a208ece874f13eb0e60
tree12535e751de9df572aa2b63b076f98914eb80e46
parent9ee5b5b2186752d898fca40e9178226c60b495ad
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 <jsmoeller@linuxfoundation.org>
recipes-connectivity/kuksa-val/kuksa-certificates-agl/CA.pem
recipes-connectivity/kuksa-val/kuksa-certificates-agl/Client.key
recipes-connectivity/kuksa-val/kuksa-certificates-agl/Client.pem
recipes-connectivity/kuksa-val/kuksa-certificates-agl/Server.key
recipes-connectivity/kuksa-val/kuksa-certificates-agl/Server.pem
recipes-connectivity/kuksa-val/kuksa-certificates-agl/genCertsAGL.sh [new file with mode: 0755]