Skip to content

Commit

Permalink
Merge pull request #3 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Update Readme (msot common RDNs)
  • Loading branch information
ricaun authored Sep 19, 2023
2 parents d73b87d + 34ed61f commit e2333d2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,17 @@ string communName = Certificate.GetSignedFileSubject(@"C:\Windows\explorer.exe",
string organization = Certificate.GetSignedFileIssuer(@"C:\Windows\explorer.exe", "o"); // "Microsoft Corporation"
```

### Dummy Certificate
Some of the most common [RDNs](https://docs.oracle.com/cd/E24191_01/common/tutorials/authz_cert_attributes.html) and their explanations are as follows:

```
CN: CommonName
O: Organization
L: Locality
S: StateOrProvinceName
C: CountryName
```

## Dummy Certificate

The [signfile.pfx](ricaun.Security.WinTrust.Tests/signfile) is a dummy certificate created to sign the `ConsoleAppSignedNotTrusted.exe` file and test the `WinTrust.VerifyEmbeddedSignature` method.

Expand Down

0 comments on commit e2333d2

Please sign in to comment.