diff --git a/AcmeCaPlugin/AcmeCaPlugin.csproj b/AcmeCaPlugin/AcmeCaPlugin.csproj index 9b77aec..1675a5e 100644 --- a/AcmeCaPlugin/AcmeCaPlugin.csproj +++ b/AcmeCaPlugin/AcmeCaPlugin.csproj @@ -1,33 +1,34 @@ - -net6.0 -disable -true -false -Keyfactor.Extensions.CAPlugin.Acme -AcmeCaPlugin - - - - - - - - - - - - - - - - - - - - - -Always - - + + net6.0;net8.0 + disable + disable + true + false + Keyfactor.Extensions.CAPlugin.Acme + AcmeCaPlugin + + + + + + + + + + + + + + + + + + + + + + Always + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9a3ca..e4709a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ -# v1.0.0 +# v1.0.1 +* Added build for `.net8` + +# v1.0.0 * Initial Release. Support for Acme. Enroll and Revocation diff --git a/README.md b/README.md index 5762a55..cf34864 100644 --- a/README.md +++ b/README.md @@ -429,13 +429,16 @@ This section outlines all required ports, file access, permissions, and validati 2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [Acme AnyCA Gateway REST plugin](https://github.com/Keyfactor/acme-provider-caplugin/releases/latest) from GitHub. -3. Copy the unzipped directory (usually called `net6.0`) to the Extensions directory: +3. Copy the unzipped directory (usually called `net6.0` or `net8.0`) to the Extensions directory: + ```shell + Depending on your AnyCA Gateway REST version, copy the unzipped directory to one of the following locations: Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net6.0\Extensions + Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net8.0\Extensions ``` - > The directory containing the Acme AnyCA Gateway REST plugin DLLs (`net6.0`) can be named anything, as long as it is unique within the `Extensions` directory. + > The directory containing the Acme AnyCA Gateway REST plugin DLLs (`net6.0` or `net8.0`) can be named anything, as long as it is unique within the `Extensions` directory. 4. Restart the AnyCA Gateway REST service.