You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,16 @@ This integration is tested and confirmed as working for Anygateway REST 24.2 and
55
55
56
56
2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [CSCGlobal CA Gateway AnyCA Gateway REST plugin](https://github.com/Keyfactor/cscglobal-caplugin/releases/latest) from GitHub.
57
57
58
-
3. Copy the unzipped directory (usually called `net6.0`) to the Extensions directory:
58
+
3. Copy the unzipped directory (usually called `net6.0` or `net8.0`) to the Extensions directory:
59
+
59
60
60
61
```shell
62
+
Depending on your AnyCA Gateway REST version, copy the unzipped directory to one of the following locations:
61
63
Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net6.0\Extensions
64
+
Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net8.0\Extensions
62
65
```
63
66
64
-
> The directory containing the CSCGlobal CA Gateway AnyCA Gateway REST plugin DLLs (`net6.0`) can be named anything, as long as it is unique within the `Extensions` directory.
67
+
> The directory containing the CSCGlobal CA Gateway AnyCA Gateway REST plugin DLLs (`net6.0` or `net8.0`) can be named anything, as long as it is unique within the `Extensions` directory.
0 commit comments