Re: Signing .JAR files using OpenSSL for Windows

2014-09-03 Thread Jakob Bohm
On 01/09/2014 16:17, AUser ZUser wrote: Hello Can someone please help me with the following question. I have a code signing certicate in my X509 store LocalMachine\My which I can use for signing PowerShell scripts for example Set-AuthenticodeSignature ./MyScript.ps1 -certificate ( gci

Re: Signing .JAR files using OpenSSL for Windows

2014-09-02 Thread Benny Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am 01.09.2014 16:17, schrieb AUser ZUser: Hello Can someone please help me with the following question. I have a code signing certicate in my X509 store LocalMachine\My which I can use for signing PowerShell scripts for example

Signing .JAR files using OpenSSL for Windows

2014-09-01 Thread AUser ZUser
Hello Can someone please help me with the following question. I have a code signing certicate in my X509 store LocalMachine\My which I can use for signing PowerShell scripts for example Set-AuthenticodeSignature ./MyScript.ps1 -certificate ( gci cert:\LocalMachine\My -CodeSigning) No worries

RE: Signing .JAR files using OpenSSL for Windows

2014-09-01 Thread Porter, Andrew
For jars you need to use the jarsigner utility in the Java Development Kit (JDK). This can access certs in the Windows personal and root certificate stores, see http://www.oracle.com/technetwork/articles/javase/security-137537.html using Windows-MY or Windows-ROOT for the KeyStore