diff --git a/dotnet/HardwareManifestPlugin/HardwareManifestPlugin/README.md b/dotnet/HardwareManifestPlugin/HardwareManifestPlugin/README.md index 80c9747..fe35cfc 100644 --- a/dotnet/HardwareManifestPlugin/HardwareManifestPlugin/README.md +++ b/dotnet/HardwareManifestPlugin/HardwareManifestPlugin/README.md @@ -1,7 +1,7 @@ paccor is a popular solution for creating the TCG Platform Certificate. The platform certificate enables traceability in the hardware supply chain of a computing device. -This HardwareManifestPlugin is an experimental feature that can be used to extend the [HIRS .NET Provisioner](https://github.com/nsacyber/hirs/). The IHardwareManifest interface, within this package, defines the parameters necessary to customize hardware evidence collection by the Provisioner client. +This HardwareManifestPlugin is an experimental feature that can be used to extend the [HIRS .NET Provisioner](https://github.com/nsacyber/hirs/). The IHardwareManifestPlugin interface within this package defines the interface used by the Provisioner to collect hardware evidence. See the paccor.paccor_scripts nuget package for an example implementation. diff --git a/dotnet/HardwareManifestPlugin/HardwareManifestPluginManager/README.md b/dotnet/HardwareManifestPlugin/HardwareManifestPluginManager/README.md index 9048d43..f385e0c 100644 --- a/dotnet/HardwareManifestPlugin/HardwareManifestPluginManager/README.md +++ b/dotnet/HardwareManifestPlugin/HardwareManifestPluginManager/README.md @@ -1,7 +1,7 @@ paccor is a popular solution for creating the TCG Platform Certificate. The platform certificate enables traceability in the hardware supply chain of a computing device. -This HardwareManifestPluginManager is an experimental feature that is intended to allow multiple clients to utilize Hardware Manifest plugins. The [IHardwareManifest interface](https://www.nuget.org/packages/paccor.HardwareManifestPlugin), available on nuget.org, defines the parameters necessary to customize hardware evidence collection. +This HardwareManifestPluginManager is an experimental feature that is intended to allow multiple clients to utilize Hardware Manifest plugins. The [IHardwareManifestPlugin interface](https://www.nuget.org/packages/paccor.HardwareManifestPlugin), available on nuget.org, defines the interface used by the Provisioner to collect hardware evidence. See the [HIRS .NET Provisioner](https://github.com/nsacyber/hirs/) code on github for an example implementation. diff --git a/dotnet/paccor_scripts/paccor_scripts/README.md b/dotnet/paccor_scripts/paccor_scripts/README.md index 4985384..1acd87f 100644 --- a/dotnet/paccor_scripts/paccor_scripts/README.md +++ b/dotnet/paccor_scripts/paccor_scripts/README.md @@ -1,7 +1,7 @@ paccor is a popular solution for creating the TCG Platform Certificate. The platform certificate enables traceability in the hardware supply chain of a computing device. -This hardware manifest plugin encapsulates paccor's shell scripts into a .NET package. This allows paccor's hardware evidence collection to be integrated into any .NET program that can [manage](https://www.nuget.org/packages/paccor.HardwareManifestPluginManager) the [IHardwareManifest interface](https://www.nuget.org/packages/paccor.HardwareManifestPlugin). +This hardware manifest plugin encapsulates paccor's shell scripts into a .NET package. This allows paccor's hardware evidence collection to be integrated into any .NET program that can [manage](https://www.nuget.org/packages/paccor.HardwareManifestPluginManager) the [IHardwareManifestPlugin interface](https://www.nuget.org/packages/paccor.HardwareManifestPlugin). See the [HIRS .NET Provisioner](https://github.com/nsacyber/hirs/) code on github for an example usage of this plugin.