Skip to content

Commit

Permalink
Merge pull request chocolatey#1003 from gep13/new-auth-sig
Browse files Browse the repository at this point in the history
(doc) Add info about new Authenticode signature
  • Loading branch information
gep13 authored Jun 5, 2024
2 parents d476a4c + 7298521 commit 824280e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion input/en-us/information/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,22 @@ The binary `choco.exe` can be trusted (at least as far as you trust the Chocolat

Using PowerShell, you can verify the binary (the path below is the default install location, adjust if necessary).

0.11.0+:
2.3.0+:

~~~sh
C:\ PS> (Get-AuthenticodeSignature -FilePath C:\ProgramData\chocolatey\choco.exe).SignerCertificate | Format-List

Subject : CN="Chocolatey Software, Inc", O="Chocolatey Software, Inc", L=Topeka, S=Kansas, C=US
Issuer : CN=DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1, O="DigiCert, Inc.", C=US
Thumbprint : B009C875F4E10FFBC62B785BAF4FC4D6BC2D5711
FriendlyName :
NotBefore : 5/8/2024 5:00:00 PM
NotAfter : 5/11/2027 4:59:59 PM
Extensions : {System.Security.Cryptography.Oid, System.Security.Cryptography.Oid, System.Security.Cryptography.Oid,
System.Security.Cryptography.Oid...}
~~~

0.11.0-2.2.2:

~~~sh
C:\ PS> (Get-AuthenticodeSignature -FilePath C:\ProgramData\chocolatey\choco.exe).SignerCertificate | Format-List
Expand Down

0 comments on commit 824280e

Please sign in to comment.