From 17b0c546433eb5ead7e6f018bfea4095adbc2ca3 Mon Sep 17 00:00:00 2001 From: Olivier Chirouze Date: Fri, 16 Jun 2023 16:19:45 +0200 Subject: [PATCH] Update dates for signature keys for 2023 --- paf-mvp-demo-express/configs/crto-poc-1-operator/config.json | 2 +- paf-mvp-demo-express/configs/pafmarket-client/config.json | 2 +- paf-mvp-demo-express/configs/pifmarket-client/config.json | 2 +- paf-mvp-demo-express/configs/pifpublisher-client/config.json | 2 +- paf-mvp-demo-express/configs/pofmarket-client/config.json | 2 +- paf-mvp-demo-express/configs/pofpublisher-client/config.json | 2 +- paf-mvp-demo-express/configs/portal-client/config.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/paf-mvp-demo-express/configs/crto-poc-1-operator/config.json b/paf-mvp-demo-express/configs/crto-poc-1-operator/config.json index cdeaa4df..9b909d01 100644 --- a/paf-mvp-demo-express/configs/crto-poc-1-operator/config.json +++ b/paf-mvp-demo-express/configs/crto-poc-1-operator/config.json @@ -6,7 +6,7 @@ "keyPairs": [ { "startDateTimeISOString": "2022-01-01T10:50:00.000Z", - "endDateTimeISOString": "2022-12-31T12:00:00.000Z", + "endDateTimeISOString": "2023-12-31T12:00:00.000Z", "privateKeyPath": "private-key.pem", "publicKeyPath": "public-key.pem" } diff --git a/paf-mvp-demo-express/configs/pafmarket-client/config.json b/paf-mvp-demo-express/configs/pafmarket-client/config.json index 60f8a1a6..239c76d5 100644 --- a/paf-mvp-demo-express/configs/pafmarket-client/config.json +++ b/paf-mvp-demo-express/configs/pafmarket-client/config.json @@ -6,7 +6,7 @@ "keyPairs": [ { "startDateTimeISOString": "2022-01-01T12:00:00.000Z", - "endDateTimeISOString": "2022-12-31T12:00:00.000Z", + "endDateTimeISOString": "2023-12-31T12:00:00.000Z", "privateKeyPath": "private-key.pem", "publicKeyPath": "public-key.pem" } diff --git a/paf-mvp-demo-express/configs/pifmarket-client/config.json b/paf-mvp-demo-express/configs/pifmarket-client/config.json index 0cf0d2f8..5db79948 100644 --- a/paf-mvp-demo-express/configs/pifmarket-client/config.json +++ b/paf-mvp-demo-express/configs/pifmarket-client/config.json @@ -6,7 +6,7 @@ "keyPairs": [ { "startDateTimeISOString": "2022-01-01T12:00:00.000Z", - "endDateTimeISOString": "2022-12-31T12:00:00.000Z", + "endDateTimeISOString": "2023-12-31T12:00:00.000Z", "privateKeyPath": "private-key.pem", "publicKeyPath": "public-key.pem" } diff --git a/paf-mvp-demo-express/configs/pifpublisher-client/config.json b/paf-mvp-demo-express/configs/pifpublisher-client/config.json index 962124ed..7242e27b 100644 --- a/paf-mvp-demo-express/configs/pifpublisher-client/config.json +++ b/paf-mvp-demo-express/configs/pifpublisher-client/config.json @@ -6,7 +6,7 @@ "keyPairs": [ { "startDateTimeISOString": "2022-01-15T10:50:00.000Z", - "endDateTimeISOString": "2022-12-31T12:00:00.000Z", + "endDateTimeISOString": "2023-12-31T12:00:00.000Z", "privateKeyPath": "private-key.pem", "publicKeyPath": "public-key.pem" } diff --git a/paf-mvp-demo-express/configs/pofmarket-client/config.json b/paf-mvp-demo-express/configs/pofmarket-client/config.json index 3d5fa197..9b595c31 100644 --- a/paf-mvp-demo-express/configs/pofmarket-client/config.json +++ b/paf-mvp-demo-express/configs/pofmarket-client/config.json @@ -6,7 +6,7 @@ "keyPairs": [ { "startDateTimeISOString": "2022-01-01T12:00:00.000Z", - "endDateTimeISOString": "2022-12-31T12:00:00.000Z", + "endDateTimeISOString": "2023-12-31T12:00:00.000Z", "privateKeyPath": "private-key.pem", "publicKeyPath": "public-key.pem" } diff --git a/paf-mvp-demo-express/configs/pofpublisher-client/config.json b/paf-mvp-demo-express/configs/pofpublisher-client/config.json index 5eb48de6..33ce4c83 100644 --- a/paf-mvp-demo-express/configs/pofpublisher-client/config.json +++ b/paf-mvp-demo-express/configs/pofpublisher-client/config.json @@ -6,7 +6,7 @@ "keyPairs": [ { "startDateTimeISOString": "2022-01-15T10:50:00.000Z", - "endDateTimeISOString": "2022-12-31T12:00:00.000Z", + "endDateTimeISOString": "2023-12-31T12:00:00.000Z", "privateKeyPath": "private-key.pem", "publicKeyPath": "public-key.pem" } diff --git a/paf-mvp-demo-express/configs/portal-client/config.json b/paf-mvp-demo-express/configs/portal-client/config.json index 5d073a8b..6e530de6 100644 --- a/paf-mvp-demo-express/configs/portal-client/config.json +++ b/paf-mvp-demo-express/configs/portal-client/config.json @@ -6,7 +6,7 @@ "keyPairs": [ { "startDateTimeISOString": "2022-01-15T10:50:00.000Z", - "endDateTimeISOString": "2022-12-31T12:00:00.000Z", + "endDateTimeISOString": "2023-12-31T12:00:00.000Z", "privateKeyPath": "private-key.pem", "publicKeyPath": "public-key.pem" }