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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
- 1.4.0
2
2
- Added support for oAuth2 authentication to Keyfactor Command.
3
3
- Included the ability to specify CA and Template via command parameters
4
+
- Included the ability to pass metadata along with the request
4
5
5
6
- 1.3.1
6
7
- Fix for issue where plugin was not enforcing plugin-side role limitations for AllowedDomains and AllowSubDomains, and was relying exclusively on the certificate template for these values.
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -479,6 +479,11 @@ the Vault secrets store.
479
479
> [!NOTE]
480
480
> The Certificate Authority and Template values can be passed via command parameters. If they are omitted, the values set in the configuration are used.
481
481
482
+
> [!NOTE]
483
+
> As of v1.4, certificate Metadata is able to be provided in the command line and submitted along with the signing request.
Copy file name to clipboardExpand all lines: readme_source.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -455,6 +455,11 @@ the Vault secrets store.
455
455
> [!NOTE]
456
456
> The Certificate Authority and Template values can be passed via command parameters. If they are omitted, the values set in the configuration are used.
457
457
458
+
> [!NOTE]
459
+
> As of v1.4, certificate Metadata is able to be provided in the command line and submitted along with the signing request.
0 commit comments