Skip to content

Commit 8b41705

Browse files
author
Tyler Applebaum
authored
Update Invoke-BinarySignature.psm1
1 parent 10621a6 commit 8b41705

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Invoke-BinarySignature.psm1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<#
2+
.SYNOPSIS
3+
This modules uses an existing code sogning certificate to sign a binary file.
4+
.NOTES
5+
Author : Tyler Applebaum
6+
Created : Feb 2020
7+
#>
8+
19
Function Get-TimeStampServer {
210
[CmdletBinding()]
311
Param(

0 commit comments

Comments
 (0)