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
- 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).
1
+
- Add `New-VdcCredential` to create a Password, Username Password, or Certificate Credential
2
+
- 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.
3
+
- 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.
4
+
- Fix `Invoke-VcCertificateAction -Renew -Wait` which was not waiting depending on certain statuses. Add automatic wait for renewal when provisioning afterwards.
0 commit comments