Skip to content

Commit 029beef

Browse files
committed
chore: update PSScriptInfo for version 1.6.0
1 parent 4b2b7df commit 029beef

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

Request-Certificate.ps1

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#PSScriptInfo
22
3-
.VERSION 1.5.0
3+
.VERSION 1.6.0
44
55
.GUID eb791b3e-fbbe-4685-8c92-5eb0f05688b6
66
@@ -25,11 +25,8 @@
2525
.EXTERNALSCRIPTDEPENDENCIES
2626
2727
.RELEASENOTES
28-
Kudos to jbpaux for contributing improvements and fixes on GitHub!
29-
- New switch parameter "AddCNinSAN" to automatically populate SAN with the CN. (PR #15)
30-
- Fixes an issue with naming ot the file when a wildcard (*) certificate is requested. (PR #14)
31-
- Improved outputs when requesting SAN certificate. (PR #13)
32-
- Fixes an issue where the request .inf file was not correctly formated when requesting a SAN certificate. (Kudos to smanross, PR #5)
28+
* Fix SAN request by @bruckect in https://github.com/J0F3/PowerShell/pull/23
29+
* Add option for friendly name by @jmcook1 in https://github.com/J0F3/PowerShell/pull/26
3330
#>
3431

3532
<#
@@ -178,6 +175,14 @@ test3.test.ch;DNS=test3san1.test.ch,DNS=test3san2.test.ch
178175
179176
.NOTES
180177
178+
Version : 1.5.0
179+
Changes :
180+
Kudos to jbpaux for contributing improvements and fixes on GitHub!
181+
- New switch parameter "AddCNinSAN" to automatically populate SAN with the CN. (PR #15)
182+
- Fixes an issue with naming ot the file when a wildcard (*) certificate is requested. (PR #14)
183+
- Improved outputs when requesting SAN certificate. (PR #13)
184+
- Fixes an issue where the request .inf file was not correctly formated when requesting a SAN certificate. (Kudos to smanross, PR #5)
185+
181186
Version : 1.4, 01/31/2019
182187
Changes :
183188
Thanks to David Allsopp c/o dra27 on GitHub

0 commit comments

Comments
 (0)