Skip to content

Commit 9eddca7

Browse files
committed
Merge branch 'dev-1.0' of https://github.com/Keyfactor/globalsign-mssl-caplugin into dev-1.0
2 parents 1320855 + 55823bb commit 9eddca7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This extension uses the contact information of the GCC Domain point of contact f
122122
123123
4. In Keyfactor Command (v12.3+), for each imported Certificate Template, follow the [official documentation](https://software.keyfactor.com/Core-OnPrem/Current/Content/ReferenceGuide/Configuring%20Template%20Options.htm) to define enrollment fields for each of the following parameters:
124124
125-
* **CertificateValidityInDays** - Number of days the certificate will be valid for
125+
* **CertificateValidityInYears** - Number of years the certificate will be valid for
126126
* **SlotSize** - Maximum number of SANs that a certificate may have - valid values are [FIVE, TEN, FIFTEEN, TWENTY, THIRTY, FOURTY, FIFTY, ONE_HUNDRED]
127127
* **RootCAType** - The certificate's root CA - Depending on certificate expiration date, SHA_1 not be allowed. Will default to SHA_2 if expiration date exceeds sha1 allowed date. Options are GlobalSign R certs.
128128
* **MSSLProfileId** - OPTIONAL: If specified, enrollments will use that profile ID for domain lookups. If not provided, domain lookup will be done based on the Common Name or first DNS SAN. Useful if your GlobalSign account has multiple domain objects with the same domain string, or subdomains (e.g. sub.test.com vs test.com).

integration-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
],
7373
"enrollment_config": [
7474
{
75-
"name": "CertificateValidityInDays",
76-
"description": "Number of days the certificate will be valid for"
75+
"name": "CertificateValidityInYears",
76+
"description": "Number of years the certificate will be valid for"
7777
},
7878
{
7979
"name": "SlotSize",

0 commit comments

Comments
 (0)