{"id":19102016,"url":"https://github.com/damienbod/AspNetCoreCertificateAuth","last_synced_at":"2025-04-18T19:31:42.993Z","repository":{"id":66359404,"uuid":"191731657","full_name":"damienbod/AspNetCoreCertificateAuth","owner":"damienbod","description":"ASP.NET Core 3.1 Certificate Authentication Self Signed and Chained","archived":false,"fork":false,"pushed_at":"2020-01-26T14:24:42.000Z","size":844,"stargazers_count":53,"open_issues_count":4,"forks_count":21,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-30T10:05:40.939Z","etag":null,"topics":["aspnet-core","aspnetcore","authentication","certificate","chained","powershell","powershell-script","security"],"latest_commit_sha":null,"homepage":"https://damienbod.com/2019/06/13/certificate-authentication-in-asp-net-core-3-0/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damienbod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-13T09:22:45.000Z","updated_at":"2024-05-07T22:01:26.000Z","dependencies_parsed_at":"2023-02-22T04:00:16.918Z","dependency_job_id":null,"html_url":"https://github.com/damienbod/AspNetCoreCertificateAuth","commit_stats":{"total_commits":62,"total_committers":1,"mean_commits":62.0,"dds":0.0,"last_synced_commit":"945e4bbe6dc6b683b690cad334503678f6a2acb5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreCertificateAuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreCertificateAuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreCertificateAuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreCertificateAuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damienbod","download_url":"https://codeload.github.com/damienbod/AspNetCoreCertificateAuth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223783208,"owners_count":17201913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnet-core","aspnetcore","authentication","certificate","chained","powershell","powershell-script","security"],"created_at":"2024-11-09T03:53:38.310Z","updated_at":"2025-04-18T19:31:42.985Z","avatar_url":"https://github.com/damienbod.png","language":"C#","funding_links":[],"categories":["security"],"sub_categories":[],"readme":"# ASP.NET Core Certificate Authentication\r\n\r\nCertificate Authentication in ASP.NET Core 3.1 (Self Signed)\r\n\r\nhttps://damienbod.com/2019/06/13/certificate-authentication-in-asp-net-core-3-0/\r\n\r\nUsing Chained Certificates for Certificate Authentication in ASP.NET Core 3.1\r\n\r\nhttps://damienbod.com/2019/06/27/using-chained-certificates-for-certificate-authentication-in-asp-net-core-3-0/\r\n\r\nCertificate Manager\r\n\r\nhttps://github.com/damienbod/AspNetCoreCertificates\r\n\r\n## History\r\n\r\n2020-01-22 Updated certificates, now using CertificateManager\r\n\r\n2019-01-02 Updated HttpClient certificate handling, improved certificates in demo\r\n\r\n2019-12-06 Updated Nuget packages ASP.NET Core 3.1\r\n\r\n2019-10-10 Updated Nuget packages ASP.NET Core 3.0 \r\n\r\n2019-09-06 Updated Nuget packages ASP.NET Core 3.0 preview 9\r\n\r\n2019-08-13 Updated Nuget packages ASP.NET Core 3.0 preview 8\r\n\r\n2019-07-28 Updated Nuget packages ASP.NET Core 3.0 preview 7\r\n\r\n## Links \r\n\r\nhttps://github.com/damienbod/AspNetCoreCertificates\r\n\r\nhttps://docs.microsoft.com/en-us/aspnet/core/security/authentication/certauth?view=aspnetcore-3.0\r\n\r\nhttps://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/working-with-certificates\r\n\r\nhttps://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-create-temporary-certificates-for-use-during-development\r\n\r\nhttps://blog.davidchristiansen.com/2016/09/howto-create-self-signed-certificates-with-powershell/\r\n\r\nhttps://dotnetcodr.com/2015/06/01/https-and-x509-certificates-in-net-part-2-creating-self-signed-certificates/\r\n\r\nhttps://www.humankode.com/asp-net-core/develop-locally-with-https-self-signed-certificates-and-asp-net-core\r\n\r\nhttps://damienbod.com/2018/09/21/deploying-an-asp-net-core-application-to-windows-iis/\r\n\r\nhttps://docs.microsoft.com/en-us/powershell/module/pkiclient/new-selfsignedcertificate?view=win10-ps\r\n\r\nhttps://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate#using-powershell-to-create-the-self-signed-certs\r\n\r\nhttps://dotnetcodr.com/2016/01/25/using-client-certificates-in-net-part-5-working-with-client-certificates-in-a-web-project/\r\n\r\nhttps://stackoverflow.com/questions/42623080/how-to-validate-a-certificate-chain-from-a-specific-root-ca-in-c-sharp\r\n\r\nhttps://docs.microsoft.com/en-us/aspnet/core/security/authentication/certauth?view=aspnetcore-3.0\r\n\r\nhttps://social.msdn.microsoft.com/Forums/SqlServer/en-US/5ed119ef-1704-4be4-8a4f-ef11de7c8f34/a-certificate-chain-processed-but-terminated-in-a-root-certificate-which-is-not-trusted-by-the\r\n\r\nhttps://tools.ietf.org/html/rfc3280.html\r\n\r\nhttps://github.com/aspnet/AspNetCore/tree/master/src/Security/Authentication/Certificate/src\r\n\r\nhttps://tools.ietf.org/html/rfc5246#section-7.4.4\r\n\r\n[Powershell documentation for cmdlets to create certificates](https://github.com/damienbod/AspNetCoreCertificateAuth/blob/master/Certs/README.md)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2FAspNetCoreCertificateAuth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamienbod%2FAspNetCoreCertificateAuth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2FAspNetCoreCertificateAuth/lists"}