Skip to content

Commit b088396

Browse files
committed
fix: correct release_dir, populate product_ids, fix template section heading
- release_dir: remove net8.0 framework moniker — fixes Archive Files step in CI - product_ids: populate with supported SSL/TLS product codes (838-846) - docsource/configuration.md: rename to "Certificate Template Creation Step"; remove doc-tool TODO stub
1 parent 9bf5fea commit b088396

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

docsource/configuration.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following fields are presented in the Keyfactor Command Management Portal wh
117117
118118
> Note: Only the credential fields that correspond to the selected `AuthMode` are evaluated at runtime. Fields belonging to the other auth mode are ignored.
119119
120-
## Certificate Template Creation
120+
## Certificate Template Creation Step
121121

122122
A Keyfactor Command certificate template maps an enrollment request to a specific CERTInext product. Create one template per CERTInext product that you want to make available to requesters.
123123

@@ -188,7 +188,3 @@ To retrieve the full list of product codes available to your account, call the `
188188

189189
> Note: SSL/TLS products (codes 838–846) are supported on standard accounts. Private PKI (100, 104), S/MIME (894), and document-signing products (819–827) require special provisioning by eMudhra and are not available on standard SSL/TLS accounts — ordering them returns EMS-1162.
190190
191-
## Certificate Template Creation Step
192-
193-
TODO Certificate Template Creation Step is a required section
194-

integration-manifest.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@
88
"update_catalog": true,
99
"description": "AnyCA REST Gateway plugin for CERTInext (eMudhra) certificate lifecycle management platform",
1010
"gateway_framework": "24.2.0",
11-
"release_dir": "CERTInext/bin/Release/net8.0",
11+
"release_dir": "CERTInext/bin/Release",
1212
"release_project": "CERTInext/CERTInext.csproj",
1313
"about": {
1414
"carest": {
15-
"product_ids": [],
15+
"product_ids": [
16+
"838",
17+
"839",
18+
"840",
19+
"842",
20+
"843",
21+
"844",
22+
"846"
23+
],
1624
"ca_plugin_config": [
1725
{
1826
"name": "ApiUrl",

0 commit comments

Comments
 (0)