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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<h1align="center"style="border-bottom: none">
2
-
Idnomic PKI Gateway AnyCA Gateway REST Plugin
2
+
Idnomic PKI AnyCA Gateway REST Plugin
3
3
</h1>
4
4
5
5
<palign="center">
@@ -51,10 +51,10 @@ The Idnomic PKI Gateway plugin extends the capabilities of Idnomic PKI (formerly
51
51
52
52
## Compatibility
53
53
54
-
The Idnomic PKI Gateway AnyCA Gateway REST plugin is compatible with the Keyfactor AnyCA Gateway REST 24.2.0 and later.
54
+
The Idnomic PKI AnyCA Gateway REST plugin is compatible with the Keyfactor AnyCA Gateway REST 24.2.0 and later.
55
55
56
56
## Support
57
-
The Idnomic PKI Gateway AnyCA Gateway REST plugin is supported by Keyfactor for Keyfactor customers. If you have a support issue, please open a support ticket with your Keyfactor representative. If you have a support issue, please open a support ticket via the Keyfactor Support Portal at https://support.keyfactor.com.
57
+
The Idnomic PKI AnyCA Gateway REST plugin is supported by Keyfactor for Keyfactor customers. If you have a support issue, please open a support ticket with your Keyfactor representative. If you have a support issue, please open a support ticket via the Keyfactor Support Portal at https://support.keyfactor.com.
58
58
59
59
> To report a problem or suggest a new feature, use the **[Issues](../../issues)** tab. If you want to contribute actual bug fixes or proposed enhancements, use the **[Pull requests](../../pulls)** tab.
60
60
@@ -164,7 +164,7 @@ The plugin supports the following standard CRL revocation reasons:
164
164
165
165
1. Install the AnyCA Gateway REST per the [official Keyfactor documentation](https://software.keyfactor.com/Guides/AnyCAGatewayREST/Content/AnyCAGatewayREST/InstallIntroduction.htm).
166
166
167
-
2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [Idnomic PKI Gateway AnyCA Gateway REST plugin](https://github.com/Keyfactor/idnomic-caplugin/releases/latest) from GitHub.
167
+
2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [Idnomic PKI AnyCA Gateway REST plugin](https://github.com/Keyfactor/idnomic-caplugin/releases/latest) from GitHub.
168
168
169
169
3. Copy the unzipped directory (usually called `net6.0` or `net8.0`) to the Extensions directory:
170
170
@@ -175,11 +175,11 @@ The plugin supports the following standard CRL revocation reasons:
175
175
Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net8.0\Extensions
176
176
```
177
177
178
-
> The directory containing the Idnomic PKI 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.
178
+
> The directory containing the Idnomic PKI AnyCA Gateway REST plugin DLLs (`net6.0` or `net8.0`) can be named anything, as long as it is unique within the `Extensions` directory.
179
179
180
180
4. Restart the AnyCA Gateway REST service.
181
181
182
-
5. Navigate to the AnyCA Gateway REST portal and verify that the Gateway recognizes the Idnomic PKI Gateway plugin by hovering over the ⓘ symbol to the right of the Gateway on the top left of the portal.
182
+
5. Navigate to the AnyCA Gateway REST portal and verify that the Gateway recognizes the Idnomic PKI plugin by hovering over the ⓘ symbol to the right of the Gateway on the top left of the portal.
183
183
184
184
## Configuration
185
185
@@ -237,6 +237,7 @@ The plugin supports the following standard CRL revocation reasons:
237
237
* **ClientCertLocation** - The file path to the client certificate used for mutual TLS authentication with the Idnomic service.
238
238
* **ClientCertPassword** - The password for the client certificate.
239
239
* **Enabled** - Flag to Enable or Disable gateway functionality. Disabling is primarily used to allow creation of the CA prior to configuration information being available.
240
+
* **IssuerDnFilter** - Optional filter to restrict certificate synchronization to a specific issuing CA. Only certificates whose Issuer DN contains this value (case-insensitive) will be synchronized. For example, 'CN=MySubCA' will match any certificate issued by a CA whose DN contains that string. Can also be specified as a suffix on the endpoint URL using ||issuerdnfilter=<value> syntax.
240
241
241
242
2. Create Templates that Match Corresponding products in Idnomic
Copy file name to clipboardExpand all lines: integration-manifest.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@
28
28
{
29
29
"name": "Enabled",
30
30
"description": "Flag to Enable or Disable gateway functionality. Disabling is primarily used to allow creation of the CA prior to configuration information being available."
31
+
},
32
+
{
33
+
"name": "IssuerDnFilter",
34
+
"description": "Optional filter to restrict certificate synchronization to a specific issuing CA. Only certificates whose Issuer DN contains this value (case-insensitive) will be synchronized. For example, 'CN=MySubCA' will match any certificate issued by a CA whose DN contains that string. Can also be specified as a suffix on the endpoint URL using ||issuerdnfilter=<value> syntax."
0 commit comments