Skip to content

Commit

Permalink
Update GenLeCertForNS.ps1
Browse files Browse the repository at this point in the history
Fixed help text
  • Loading branch information
j81blog committed Oct 25, 2019
1 parent 059d626 commit 798a6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GenLeCertForNS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ param(
[Parameter(ParameterSetName = "LECertificates", Mandatory = $false)]
[string[]]$SAN = @(),

[Parameter(ParameterSetName = "LECertificates", Mandatory = $false)]
[Parameter(ParameterSetName = "GetExisting", Mandatory = $false)]
[string]$FriendlyName = $CN,

[Parameter(ParameterSetName = "LECertificates", Mandatory = $false)]
Expand Down

0 comments on commit 798a6a0

Please sign in to comment.