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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## 6.13.4
2
+
- Add `New-VdcCredential` to create a Password, Username Password, or Certificate Credential
3
+
- 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.
4
+
- Enhance `Invoke-VcCertificateAction -Renew` to be smarter about determining the application and issuing template to use. For example, if the only template on an application was replaced, use the new one for renewal.
5
+
- Fix `Invoke-VcCertificateAction -Renew -Wait` which was not waiting depending on certain statuses. Add automatic wait for renewal when provisioning afterwards.
6
+
7
+
1
8
## 6.13.3
2
9
- Add `New-VcCertificate -Wait` to wait for the certificate request to reach ternminal status, either success or failure. This is helpful when used with `-PassThru` to ensure a certificate is returned. [#383](https://github.com/Venafi/VenafiPS/issues/383).
3
10
@@ -949,5 +956,6 @@ This is a major release. Although every attempt has been made to be backwards c
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Copy file name to clipboardExpand all lines: docs/changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## 6.13.4
2
+
- Add `New-VdcCredential` to create a Password, Username Password, or Certificate Credential
3
+
- 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.
4
+
- Enhance `Invoke-VcCertificateAction -Renew` to be smarter about determining the application and issuing template to use. For example, if the only template on an application was replaced, use the new one for renewal.
5
+
- Fix `Invoke-VcCertificateAction -Renew -Wait` which was not waiting depending on certain statuses. Add automatic wait for renewal when provisioning afterwards.
6
+
7
+
1
8
## 6.13.3
2
9
- Add `New-VcCertificate -Wait` to wait for the certificate request to reach ternminal status, either success or failure. This is helpful when used with `-PassThru` to ensure a certificate is returned. [#383](https://github.com/Venafi/VenafiPS/issues/383).
3
10
@@ -949,5 +956,6 @@ This is a major release. Although every attempt has been made to be backwards c
Requests immediate renewal for an existing certificate.
177
-
If more than 1 application is associated with the certificate, provide -AdditionalParameters @{'Application'='application id'} to specify the id.
178
-
Use -AdditionalParameters to provide additional parameters to the renewal request, see https://developer.venafi.com/tlsprotectcloud/reference/certificaterequests_create.
175
+
Use \`-AdditionalParameters\` to provide additional parameters to the renewal request, see https://developer.venafi.com/tlsprotectcloud/reference/certificaterequests_create.
0 commit comments