Skip to content

Commit 14827c6

Browse files
indroradgaleyKeyfactor
authored
Merge to main (#21)
* add some sync logging * allow manual lifetime specification * Update generated docs * rethrow existing exceptions * handle empty sync * changelog * Update CHANGELOG.md * Update generated docs --------- Co-authored-by: David Galey <dgaley@keyfactor.com> Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io> Co-authored-by: Dave Galey <89407235+dgaley@users.noreply.github.com>
1 parent 7f839dc commit 14827c6

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ Add support for using the cert upload feature to upload auth certs
1616
Switch to .NET 8
1717

1818
1.1.1
19+
Allow for manual specification of enrollment term length
20+
Add Lifetime parameter to allow for manual specification of cert validity
21+
Bugfix - Properly handle syncs of 0 records
1922
Allow for manual specification of enrollment term length
2023

2124
1.1.2
2225
Add Lifetime parameter to allow for manual specification of cert validity
23-
Bugfix - Properly handle syncs of 0 records
26+
Bugfix - Properly handle syncs of 0 records

README.md

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

55
<p align="center">
@@ -45,10 +45,10 @@ The Sectigo AnyCA Gateway REST plugin extends the capabilities of the Sectigo Ce
4545

4646
## Compatibility
4747

48-
The Sectigo Certificate Manager Gateway AnyCA Gateway REST plugin is compatible with the Keyfactor AnyCA Gateway REST 24.2.0 and later.
48+
The Sectigo Certificate Manager AnyCA Gateway REST plugin is compatible with the Keyfactor AnyCA Gateway REST 24.2.0 and later.
4949

5050
## Support
51-
The Sectigo Certificate Manager 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.
51+
The Sectigo Certificate Manager 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.
5252

5353
> 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.
5454
@@ -61,7 +61,7 @@ In addition, for the admin account you plan to use, make sure it has the API adm
6161

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

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.
64+
2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [Sectigo Certificate Manager AnyCA Gateway REST plugin](https://github.com/Keyfactor/sectigo-scm-caplugin/releases/latest) from GitHub.
6565

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

@@ -72,11 +72,11 @@ In addition, for the admin account you plan to use, make sure it has the API adm
7272
Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net8.0\Extensions
7373
```
7474

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.
75+
> The directory containing the Sectigo Certificate Manager AnyCA Gateway REST plugin DLLs (`net6.0` or `net8.0`) can be named anything, as long as it is unique within the `Extensions` directory.
7676

7777
4. Restart the AnyCA Gateway REST service.
7878

79-
5. Navigate to the AnyCA Gateway REST portal and verify that the Gateway recognizes the Sectigo Certificate Manager Gateway plugin by hovering over the ⓘ symbol to the right of the Gateway on the top left of the portal.
79+
5. Navigate to the AnyCA Gateway REST portal and verify that the Gateway recognizes the Sectigo Certificate Manager plugin by hovering over the ⓘ symbol to the right of the Gateway on the top left of the portal.
8080

8181
## Configuration
8282

0 commit comments

Comments
 (0)