Posts

Showing posts from November, 2020

vba - Is there a way to make UDF that gives a description like the native Excel functions have when user clicks the Fx button? - Stack Overflow

vba - Is there a way to make UDF that gives a description like the native Excel functions have when user clicks the Fx button? - Stack Overflow

New-SelfSignedCertificate (PKIClient) | Microsoft Docs

Image
New-SelfSignedCertificate (PKIClient) | Microsoft Docs Powershell: New-SelfSignedCertificate -Subject "E=Apsis0215@gmail.com,CN=Ron Allenc2021CodeSign"  -KeyAlgorithm RSA -KeyLength 2048 -CertStoreLocation "Cert:\CurrentUser\My" -Type CodeSigningCert Export with key and delete key...   Export...   next  export the key export the key Export properties  ONLY delete the personal key if moving to a different system ... Normally these are stored in a cert store which is protected- because if the key gets out - the cert can be used maliciously Include groups if necessary/desired: Finish: TO IMPORT: Right click the PFX:  and install Aloow export if desired Digital codesign: on save after INITIAL sign: MakeCert 05/31/2018 5 minutes to read           +1  Note MakeCert is deprecated. To create self-signed certificates, use the Powershell Cmdlet  New-SelfSignedCertificate .   The MakeCert tool creates an  X.509  certif...

Thawte Certs

Image
 ...from ww.thawte.com  ... The Basics of Code Signing\Development Microsoft’s makecert.exe creates a digital certificate. This is necessary in order to create an in-house certificate authority to sign in-house software, but most users don’t need to touch this tool. cert2spc.exe converts a digital certificate into the Software Publisher Certificate, which is a certificate in code signing format. pvk2pfx.exe imports the private key and software publisher certifi cate into a .pfx file. signtool.exe, the actual code signing tool, takes the .pfx file as input. Alternatively, signatures may be stored in a separate .CAT file which is created with  makecat.exe. Microsoft’s Visual Studio also integrates code signing into the development environment. Using the Solution Explorer, the programmer can select a certificate from the Windows ® Certificate Store, from a file, or have Visual Studio gener- ate a test certificate. Thenceforth, code builds will auto- matically sign the so...

Create and employ a digital certificate with SELFCERT.EXE

Create and employ a digital certificate with SELFCERT.EXE