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
@@ -63,13 +63,16 @@ In addition, for the admin account you plan to use, make sure it has the API adm
63
63
64
64
2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [Sectigo Certificate Manager Gateway AnyCA Gateway REST plugin](https://github.com/Keyfactor/sectigo-scm-caplugin/releases/latest) from GitHub.
65
65
66
-
3. Copy the unzipped directory (usually called `net6.0`) to the Extensions directory:
66
+
3. Copy the unzipped directory (usually called `net6.0` or `net8.0`) to the Extensions directory:
67
+
67
68
68
69
```shell
70
+
Depending on your AnyCA Gateway REST version, copy the unzipped directory to one of the following locations:
69
71
Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net6.0\Extensions
72
+
Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net8.0\Extensions
70
73
```
71
74
72
-
> The directory containing the Sectigo Certificate Manager Gateway AnyCA Gateway REST plugin DLLs (`net6.0`) can be named anything, as long as it is unique within the `Extensions` directory.
75
+
> The directory containing the Sectigo Certificate Manager 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