Skip to content

Commit ee392e5

Browse files
Merge branch 'logicalcafilters' of https://github.com/Keyfactor/idnomic-caplugin into logicalcafilters
2 parents a97c23e + 5db5547 commit ee392e5

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center" style="border-bottom: none">
2-
Idnomic PKI Gateway AnyCA Gateway REST Plugin
2+
Idnomic PKI AnyCA Gateway REST Plugin
33
</h1>
44

55
<p align="center">
@@ -51,10 +51,10 @@ The Idnomic PKI Gateway plugin extends the capabilities of Idnomic PKI (formerly
5151

5252
## Compatibility
5353

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.
5555

5656
## 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.
5858

5959
> 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.
6060
@@ -164,7 +164,7 @@ The plugin supports the following standard CRL revocation reasons:
164164

165165
1. Install the AnyCA Gateway REST per the [official Keyfactor documentation](https://software.keyfactor.com/Guides/AnyCAGatewayREST/Content/AnyCAGatewayREST/InstallIntroduction.htm).
166166

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.
168168

169169
3. Copy the unzipped directory (usually called `net6.0` or `net8.0`) to the Extensions directory:
170170

@@ -175,11 +175,11 @@ The plugin supports the following standard CRL revocation reasons:
175175
Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net8.0\Extensions
176176
```
177177

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.
179179

180180
4. Restart the AnyCA Gateway REST service.
181181

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.
183183

184184
## Configuration
185185

@@ -237,6 +237,7 @@ The plugin supports the following standard CRL revocation reasons:
237237
* **ClientCertLocation** - The file path to the client certificate used for mutual TLS authentication with the Idnomic service.
238238
* **ClientCertPassword** - The password for the client certificate.
239239
* **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.
240241
241242
2. Create Templates that Match Corresponding products in Idnomic
242243

integration-manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
{
2929
"name": "Enabled",
3030
"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."
3135
}
3236
],
3337
"enrollment_config": [

0 commit comments

Comments
 (0)