Help, I need a code signing certificate that won't bankrupt me.

Three years ago, I paid $100 for a three-year code signing certificate. I've signed all my open-source projects' releases with it. Now that it's renewal time, Certera (SignMyCode.com) wants almost $700 for the same three-year certificate (excluding the mandatory HSM purchase, which I am totally on board with).

I write silly C and PowerShell code, and I timestamp my signatures so that they're perpetually valid. My PowerShell Gallery stuff, as well as binaries of aprs-weather-submit on Windows and macOS, are all signed and hashed (but not notarized by Apple, because that's another $99 a year for something that feels done unless Bob Bruninga's followers are thinking about APRS 2.0).

If I can't find a solution, anything I write or update in the future will have to be released as unsigned unless I half-ass something (like the Notepad++ developer using self-signed certs -- semi-dangerously clever). $100 every three years, fine. $700 every three years, and I'll do it if my three fans click my Buy Me A Coffee link over and over.

Is there any CA out there that will offer open-source, not-for-profit developers like me a chance to get globally-trusted code signing certificates? I don't think SigStore ever took off (sadly), and even if it did, I don't think it's part of the Microsoft Authenticode program.

#CodeSigning #SSL #TLS #certificates #Certera #SoftwareDevelopment #C #PowerShell #PowerShellGallery #AmateurRadio #HamRadio #APRS #APRS-Weather-Submit #GitHub #security #developer #Windows #macOS #Linux #Authenticode #DevSecOps #DevOps

Get-ChooseFile and Get-ChooseFolder posted at the PowerShell Gallery!

Both modules are finally published so they can be installed the “right” way!

Get-ChooseFile

Get-ChooseFolder

Get-Help is your friend and there’s documentation on their respective Github repo pages, available via the “Project Site” links for the respective projects

#PowerShell #PowerShellGallery #PowershellMac #PowerShellModules #powershellApplescriptBridge

Get-ChooseFile 1.0

A module providing a PowerShell interface to the AppleScript "Choose File" UI Primitive

Up to an hour trying to install PowerShell modules from the PowerShell Gallery.

I guess something is broken, again.

#PowerShell #PowerShellGallery

*MarkdownToHtml* Documentation

#AADInternals #DEFCON32 edition I demonstrated in my @defcon talk is now available on GitHub and #PowerShellGallery:
◾ Spoof SPO, Teams, and OneDrive files
◾ Tamper with existing files
◾ Nothing is logged

Change log available at: https://aadinternals.com/aadinternals/#version-info

Documentation

AAD Internals PowerShell module

#BluebirdPS v0.8.2, a #PowerShell
TwitterAPI client has been released to #PowerShellGallery.

Run 'Update-Module -Name BluebirdPS' or see https://bit.ly/BluebirdPSDoc to get started!

Includes:
Bugfix for Find-TwitterMastodonLinks.
Capability to resume after rate limit time resets.

BluebirdPS - BluebirdPS

Online Help for BluebirdPS PowerShell Module

@mdgrs If you star the repo and set notifications on for all activity, you can see new issues and comments. #PowerShell #PowerShellGallery https://github.com/PowerShell/PowerShellGallery
GitHub - PowerShell/PowerShellGallery

Contribute to PowerShell/PowerShellGallery development by creating an account on GitHub.

GitHub

#BluebirdPS v0.8.1, a #PowerShell
TwitterAPI client has been released to #PowerShellGallery.

Run 'Update-Module -Name BluebirdPS' or see https://bit.ly/BluebirdPSDoc to get started!

Includes:
Fix for Publish-Tweet

Some of you may like Find-TwitterMastodonLinks.

It can search Users and Tweets for #Mastodon accounts.
See how to save the output to a CSV for easy import into your instance profile.

BluebirdPS - BluebirdPS

Online Help for BluebirdPS PowerShell Module

#BluebirdPS v0.8.0, a #PowerShell
TwitterAPI client has been released to #PowerShellGallery.

Run 'Update-Module -Name BluebirdPS' or see https://bit.ly/BluebirdPSDoc to get started!

Includes:
API v2 endpoint commands for Lists, Pinned Lists, and Muted Users.

Some of you may like Find-TwitterMastodonLinks.

It can search Users and Tweets for #Mastodon accounts.
See how to save the output to a CSV for easy import into your instance - https://docs.bluebirdps.dev/en/latest/Helper%20Commands/Find-TwitterMastodonLinks/#example-2

BluebirdPS - BluebirdPS

Online Help for BluebirdPS PowerShell Module

I encountered this #powershell issue a bit too often, so I decided to do some research. Does powershell fail your install-module or find-packageprovider commands, complaining it's unable to download, while you can access the internet just fine? It may be because the #PowershellGallery updated their #securitycipher to #TLS12:

https://medium.com/@aev_software/get-powershell-nuget-to-install-modules-if-it-complains-its-offline-set-better-tls-cipher-version-10eaa7300823

Get Powershell NuGet to install modules if it complains it’s offline: set a better TLS cipher version

Did Powershell choose an internet security cipher that is outdated or not available? It did on my Windows Server 2012 R2. Assuming your Microsoft Windows computing device is online and can get…

Medium