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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 6.13.3
2
+
- 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
+
4
+
1
5
## 6.13.2
2
6
- Add `Set-VcIssuingTemplate` to update template settings. This is super helpful if you want to change the CA associated with your templates in bulk. Currently, CA product options are supported with additional product details to be supported in the future.
3
7
- Add `Get-VcIssuingTemplate -CertificateAuthority` to retrieve templates for a specific CA
@@ -944,5 +948,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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 6.13.3
2
+
- 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
+
4
+
1
5
## 6.13.2
2
6
- Add `Set-VcIssuingTemplate` to update template settings. This is super helpful if you want to change the CA associated with your templates in bulk. Currently, CA product options are supported with additional product details to be supported in the future.
3
7
- Add `Get-VcIssuingTemplate -CertificateAuthority` to retrieve templates for a specific CA
@@ -944,5 +948,6 @@ This is a major release. Although every attempt has been made to be backwards c
Wait for the certificate to be issued, or we hit a failure, before returning.
366
+
If not specified, the cmdlet will return as soon as the certificate request is created, and the certificate can be retrieved later using Get-VcCertificate with the returned certificateRequestId.
367
+
368
+
```yaml
369
+
Type: SwitchParameter
370
+
Parameter Sets: (All)
371
+
Aliases:
372
+
373
+
Required: False
374
+
Position: Named
375
+
Default value: False
376
+
Accept pipeline input: False
377
+
Accept wildcard characters: False
378
+
```
379
+
356
380
### -PassThru
357
381
Return the certificate request.
358
-
If the certificate was successfully issued, it will be returned as the property 'certificate' along with 'certificateId'.
382
+
If the certificate was successfully issued, the end entity certificate will be returned as the property 'certificate'.
383
+
'certificateId' will also be included in the output when the certificate is issued and contain the IDs of all certificates in the chain.
0 commit comments