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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 6.13.5
2
+
-`Import-VcCertificate` updates:
3
+
- Fix prompting for VenafiSession even when provided
4
+
- Remove `-PKCS8` and `-PKCS12`, and soon `-Format`, in favor of autodetection
5
+
- Add `-Recurse` to bring in certificates in subfolders when importing by path
6
+
- Add ShouldProcess so `-WhatIf` can be used prior to importing
7
+
- ThrottleLimit changed to 1 by default as 100 certs are submitted at a time
8
+
- Add PKCS8 support to `Import-VdcCertificate`
9
+
1
10
## 6.13.4
2
11
- Add `New-VdcCredential` to create a Password, Username Password, or Certificate Credential
3
12
- Add `Invoke-VcCertificateAction -Application` and `-IssuingTemplate` for use during renewal operations to override existing values from certificate request. The template is optional if only 1 is associated to the application.
@@ -957,5 +966,6 @@ This is a major release. Although every attempt has been made to be backwards c
Copy file name to clipboardExpand all lines: docs/changelog.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 6.13.5
2
+
-`Import-VcCertificate` updates:
3
+
- Fix prompting for VenafiSession even when provided
4
+
- Remove `-PKCS8` and `-PKCS12`, and soon `-Format`, in favor of autodetection
5
+
- Add `-Recurse` to bring in certificates in subfolders when importing by path
6
+
- Add ShouldProcess so `-WhatIf` can be used prior to importing
7
+
- ThrottleLimit changed to 1 by default as 100 certs are submitted at a time
8
+
- Add PKCS8 support to `Import-VdcCertificate`
9
+
1
10
## 6.13.4
2
11
- Add `New-VdcCredential` to create a Password, Username Password, or Certificate Credential
3
12
- Add `Invoke-VcCertificateAction -Application` and `-IssuingTemplate` for use during renewal operations to override existing values from certificate request. The template is optional if only 1 is associated to the application.
@@ -957,5 +966,6 @@ This is a major release. Although every attempt has been made to be backwards c
0 commit comments