There was an error while loading. Please reload this page.
1 parent 10621a6 commit 8b41705Copy full SHA for 8b41705
Invoke-BinarySignature.psm1
@@ -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
+
9
Function Get-TimeStampServer {
10
[CmdletBinding()]
11
Param(
0 commit comments