Skip to content

Commit

Permalink
Add IncludeChain support for JKS in Export-VenafiCertificate. Fixes V…
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonmeister committed Aug 19, 2021
1 parent 486961f commit c36afed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VenafiPS/Public/Export-VenafiCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function Export-VenafiCertificate {
[String] $OutPath,

[Parameter(ParameterSetName = 'Tpp')]
[Parameter(ParameterSetName = 'TppJks')]
[switch] $IncludeChain,

[Parameter(ParameterSetName = 'Tpp')]
Expand Down

0 comments on commit c36afed

Please sign in to comment.