Update sign client settings
2 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a14a5529a..f568f3b01 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,9 +6,9 @@ init:
environment:
SignClientSecret:
- secure: EvUuRb2cdsB5h7dJ49CkDDsZHHbwomGvMbcVcRsCSIp58IxVHFzAZrJSE+qpihtU
+ secure: mn/Un/p3QvEv5TKe2f1NGmppCIMk0jslsTaw8P4+pBQ=
SignClientUser:
- secure: 9nw9iBguE89m36udK51REeCIHSi5lAXmFIfS5LuAXio=
+ secure: q9qZlA/a+Z3wQbRlcjWok/PkfODgpKNECOBCzu2yIGE=
install:
- cmd: nuget install SignClient -Version 0.9.0 -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre
diff --git a/scripts/SignClient.json b/scripts/SignClient.json
index 0215a2dfe..7ca5736a7 100644
--- a/scripts/SignClient.json
+++ b/scripts/SignClient.json
@@ -2,12 +2,12 @@
"SignClient": {
"AzureAd": {
"AADInstance": "https://login.microsoftonline.com/",
- "ClientId": "9c12553e-c68e-419e-abe3-e7ef24a9e2ef",
+ "ClientId": "6632f806-5a64-4bc6-87cf-b622b2ec62d3",
"TenantId": "71048637-3782-41a3-b6b2-6f4ac8a25ae0"
},
"Service": {
"Url": "https://codesign.novotny.org/",
- "ResourceId": "https://novotny.org/SignService"
+ "ResourceId": "https://SignService/0263d4ba-331b-46d1-85e1-bee9898a65a6"
}
}
}
\ No newline at end of file
|