Certstream 1.2.0

dotnet add package Certstream --version 1.2.0
NuGet\Install-Package Certstream -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Certstream" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Certstream --version 1.2.0
#r "nuget: Certstream, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Certstream as a Cake Addin
#addin nuget:?package=Certstream&version=1.2.0

// Install Certstream as a Cake Tool
#tool nuget:?package=Certstream&version=1.2.0

Certstream

alternate text is missing from this package README image

A C# library for processing newly issued SSL certificates in real time using the Certstream API.

Usage

This library provides an easy interface for interacting with the Certstream API, allowing you to process newly issued SSL/TLS certificates in real time.

You can either listen for all spotted certificates with all details available or save on bandwidth by only requesting raw hostnames, if applicable. By default, the library will connect to a public Certstream server instance hosted by Calidog, but you can specify a custom instance instead.

To get started, import the library into your solution with either the NuGet Package Manager or the dotnet CLI.

dotnet add package Certstream

For the primary classes to become available, import the used namespace.

using Certstream;

Need more examples? Under the Example directory you can find a working demo project that implements this library.

Properties

  • Built for .NET 8, .NET 7 and .NET 6
  • Fully async
  • Extensive XML documentation

Features

  • Connect to a Certstream server and receive certificates in real time
  • Parse and process over 200 issued certificates per second
  • Automatically reconnect when connection is lost
  • Updates are exposed through events

References

Google Trust Services LLC issued a SSL certificate for bestbuiltcon.biz
cPanel, Inc. issued a SSL certificate for shreeramns.com
DigiCert, Inc. issued a SSL certificate for myaccounttool.sunwebgroup.com
Let's Encrypt issued a SSL certificate for *.degarage.ch
Cloudflare, Inc. issued a SSL certificate for *.charlottetownbutcherpei.ca
DigiCert, Inc. issued a SSL certificate for margarete-blarer.de
Amazon issued a SSL certificate for *.us-west-2.es.amazonaws.com
DigiCert, Inc. issued a SSL certificate for remote-helpdesk.addaxmotors.com
Let's Encrypt issued a SSL certificate for *.diogoantonio.autocode.gg
Cloudflare, Inc. issued a SSL certificate for *.popracanaho.tk
Cloudflare, Inc. issued a SSL certificate for *.weirogiljare.tk
Amazon issued a SSL certificate for *.ap-northeast-3.es.amazonaws.com
cPanel, Inc. issued a SSL certificate for sawanschoolsirsa.developerszone.in
Amazon issued a SSL certificate for *.us-east-2.es.amazonaws.com
cPanel, Inc. issued a SSL certificate for webdisk.davidictrade.org.za
Cloudflare, Inc. issued a SSL certificate for *.africantelevisiononline.com
Let's Encrypt issued a SSL certificate for *.e-davetiyem.com
Cloudflare, Inc. issued a SSL certificate for *.independentguide.net
cPanel, Inc. issued a SSL certificate for webdisk.indiyaa.in
Amazon issued a SSL certificate for 69f3d881-9deb-4a2b-a0f7-70558c2b43a1.forgeapps.ec2.aws.dev
Cloudflare, Inc. issued a SSL certificate for *.autocarose.tech
Let's Encrypt issued a SSL certificate for *.divichangelog.com
Let's Encrypt issued a SSL certificate for *.dream.opstella.in.th
Let's Encrypt issued a SSL certificate for *.dub200.autocode.gg
Cloudflare, Inc. issued a SSL certificate for *.yldsn.top
cPanel, Inc. issued a SSL certificate for runwal-thane.in
DigiCert Inc issued a SSL certificate for hanacloud.ondemand.com
Cloudflare, Inc. issued a SSL certificate for *.circhaufluticcar.tk
Actalis S.p.A. issued a SSL certificate for sanguedolcecostruzioni.it
Cloudflare, Inc. issued a SSL certificate for *.service-coio.coi-occitanie.workers.dev
Google Trust Services LLC issued a SSL certificate for coisearlamitkea.tk
DigiCert Inc issued a SSL certificate for burstableflexrunnerserver637915813880232072.postgres.database.azure.com
Amazon issued a SSL certificate for *.ds-2016.env.polar.com
Let's Encrypt issued a SSL certificate for *.daniels-fotoexzesse.de
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 236 11/24/2023
1.1.3 416 11/16/2022
1.0.3 396 7/21/2022
1.0.2 398 7/5/2022
1.0.1 439 6/23/2022
1.0.0 409 6/23/2022