-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch windows codesigning over to Azure Trusted Signing (#379)
* Switch windows codesigning over to Azure Trusted Signing This is the new blessed way of codesigning on windows * Upgrade windows docker images to v7.10 * sign treehashes
- Loading branch information
1 parent
4571a54
commit 8a43cc9
Showing
11 changed files
with
59 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
Salted__��,�`jsl@�dڇ��^��A{���8%�)��Y | ||
t�2��t�`�}B�ȮriD�ą�* U�����2S��\� | ||
�aBSe��H�ss! | ||
Salted__<YG7l��"y0?4��=ቕ�������ݓ��.���\��*.� &�tÜ�2=��7�T�\00��e������nMQ2������h�� |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Salted__�xR���R�7餖�=����>S�Y`�j�Wr'�&��*VM�D����u-b��ɖ?+yϭ�#��ɑcZP��p�[4vE�u�� | ||
Salted__�摏����P�� ��#���~t��,o����Õ�?`r�VxZA�*��Bd�;�=/!��%?bF��-+����c�R��$��� |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Salted__���9�ڃ���X]��8�i(�$���tt�@t!���^���B���.$�(�.i��Y�Y0"4�'(��?�k�]:6���ۉS"I�=��� | ||
Salted__=oT��#�S�f��B�����V�x ��U�VR�����u��Ƶi�C�[Ь����3�ާ���+��*�J��ъF�# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Salted__*b��]��#�At����t�k�ă��ڟ��W�EE�j�E�/YV�Yl"�T`�����&8�]�s�YG�I@ ^]�0���E�ys | ||
Salted__Z=.���܃n-��Y���p��:����4����^W�e����};�~����2��2ͬF7bNN�J]��R���2��^P�G{�m� |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"Endpoint": "https://eus.codesigning.azure.net/", | ||
"CodeSigningAccountName": "juliahubwincertsaccount", | ||
"CertificateProfileName": "JuliaHubWinCert", | ||
"ExcludeCredentials": [ | ||
"WorkloadIdentityCredential", | ||
"ManagedIdentityCredential", | ||
"SharedTokenCacheCredential", | ||
"VisualStudioCredential", | ||
"VisualStudioCodeCredential", | ||
"AzureCliCredential", | ||
"AzurePowerShellCredential", | ||
"AzureDeveloperCliCredential", | ||
"InteractiveBrowserCredential" | ||
] | ||
} |