Skip to content

Commit

Permalink
Updated interface name in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser29 committed Apr 14, 2024
1 parent 25c8bfa commit d1f6dc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dotnet/paccor_scripts/paccor_scripts/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d1f6dc0

Please sign in to comment.