Skip to content

Commit 31e375d

Browse files
authored
Merge pull request #3 from J0F3/Request-Certificate-Update-Notes
Update version number and change history
2 parents deeeb59 + 96dc1c7 commit 31e375d

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

Request-Certificate.ps1

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Requests a certificate from a Windows CA
44
@@ -127,13 +127,24 @@ test2.test.ch;DNS=test2san1.test.ch,DNS=test2san2.test.ch
127127
test3.test.ch;DNS=test3san1.test.ch,DNS=test3san2.test.ch
128128
129129
.NOTES
130+
131+
Version : 1.4, 01/31/2018
132+
Changes :
133+
Thanks to David Allsopp c/o dra27 on GitHub
134+
- Better default for CAName so it is not needed when only one CA is available.
135+
- ProviderName specified in the request inf file
136+
130137
Version : 1.3, 10/20/2018
131-
Changes : Improvements in temp file handling, Additional parameter to specify the export path for pfx file, Requesting SAN certs with Extensions instead of Attributes
138+
Changes :
139+
- Improvements in temp file handling
140+
- Additional parameter to specify the export path for pfx file
141+
- Requesting SAN certs with Extensions instead of Attributes
142+
132143
File Name : Request-Certificate.ps1
133144
Requires : PowerShell V2 or higher
134145
135146
.LINK
136-
© Jonas Feller c/o J0F3, May 2011 / October 2018
147+
© Jonas Feller c/o J0F3, 2019
137148
www.jfe.cloud
138149
139150
#>

0 commit comments

Comments
 (0)