File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 11<# PSScriptInfo
22
3- .VERSION 1.5 .0
3+ .VERSION 1.6 .0
44
55.GUID eb791b3e-fbbe-4685-8c92-5eb0f05688b6
66
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+
181186Version : 1.4, 01/31/2019
182187Changes :
183188 Thanks to David Allsopp c/o dra27 on GitHub
You can’t perform that action at this time.
0 commit comments