Itβs on my longer term todo list to wrap BC in some sort of an ALC like github.com/rjmholt/Modu...
Itβs on my longer term todo list to wrap BC in some sort of an ALC like github.com/rjmholt/Modu...
The only reason I know is that my Posh-ACME module also ships with a copy and Iβve run into issues where users are trying to use both and run into assembly loading conflicts if I donβt match my version to the Az.KeyVault version.
Might want to talk to the Azure team that maintains the Az.KeyVault module. It ships with an embedded copy of BouncyCastle.
I would think the answer is yes, of course itβs possible because BouncyCastle itself is pure BCL .NET right? The question is more how much of BCβs crypto implementation do you need to reimplement for SSH that the BCL doesnβt have already, no?
Sure! Feel free to DM or whatever. I also lurk on the PowerShell discord with the same username.
Doesnβt Chrome on Windows use the Windows cert store by default just like Edge? Or did that change at some point?
#PowerShell #PSResourceGet 1.2.0-preview2 is out, including nuget v3 dependency support. I can confirm it works with pwsh.gallery, so you can run this to get faster installs using PSResourceGet!
Register-PSResourceRepository -Name 'pwshgallery' -Uri pwsh.gallery/index.json -Verbose -ApiVersion V3
Golden retriever puppy laying on a wooden dock
Post a picture of when your pet was little
Time for a Tailscale or equivalent wire guard network?
Itβs based off a book series I quite enjoyed that has a whole bunch more context. While Iβm enjoying the show, it feels veryβ¦terse?β¦so far with less than 30 min episodes.
www.goodreads.com/series/19190...
Wait, the markdown files arenβt used as the source of truth anymore? That seems like a pretty big departure from the old version.
I still havenβt found the time to migrate. What was the process like?
Anyone interested in yet another attempt at trying to enhance splatting in #PowerShell. I've tried to collate all the options proposed over the years with their pros/cons. Hoping to get any community feedback before trying to champion a proper RFC github.com/jborean93/Po....
Not sure if this is even possible on a Windows CA but unless the point of the lab CA is to test revocation, Iβd probably try to spin it up without CRL publishing in the certs at all. Then you avoid the need to spin it up periodically to refresh the list, right?
Odd. I donβt think Iβve ever actually been signed out on mobile since the first time I signed in. My biggest peeve with the default client is that it wonβt remember my place in the feed so I can pick up where I left off. It always wants to go to the latest post which is super aggravating.
βInspiration Strikesβ 18x24 inches, oil on panel. The entire painting process was filmed for my new online class. You get to see the photo shoot, color study, art supplies and every minute of the painting process. Sign up at the link in my profile!
Sorting IPs in Excel reminds me of these #Powershell sorting classes I wrote a few years ago specifically for CIDR ranges, domain names, and email addresses. These plus @dougfinke.bsky.socialβs ImportExcel module make generating network data spreadsheets a breeze. gist.github.com/rmbolger/371...
Portrait of my son Luke. 16x12 inches, oil on aluminum panel. On view now at Point of View Gallery in Santa Ana, CA.
I feel like most shells Iβve ever used only allow for env var names that are ascii a-z, A-Z, 0-9, and underscore. But Iβm sure thereβs some craziness out there that exists.
Nothing off the top of my head. For the code execution concerns, thereβs also .psd1 files which are commonly used for module manifests but intended to be general data files. Thereβs an associated Import-PowerShellDataFile function that does the equivalent of dot sourcing without executing anything.
Alternatively, you could make a standard .ps1 file to dot-source with lines like `$env:MYVAR = βmy valueβ`
.env files arenβt really βa thingβ in PowerShell. If you need to load key/value pairs from a text file into environment variables, youβre likely reading the file line by line in a loop, doing some string manipulation to split on β=β, and running the appropriate command to set the env var.
Do you have any smaller than mid-tower case recs? Knowing youβll prob need to change MB form factors as well.
Ironically the IP address ACME extension has existed for quite a while. But no public CA actually implemented it until now. ZeroSSL has offered public IP certs, but not through their ACME interface. Generally, IP certs are much more common in private environments on like network gear with web UIs.
The main legit use case I see for IP certs are for DNS over HTTPS/TLS (DoH/DoT) servers. The rest is likely just convenience and being able to avoid cert warnings and HSTS hassles if youβre debugging DNS on a site. But since SNI so ubiquitous these days, even that has limited use.
Looking forward to 6-day cert and IP address cert options from #letsencrypt this year. Posh-ACME already supports IP certs and the profile support necessary for 6-day certs is about to land in the dev branch. letsencrypt.org/2025/01/16/6...
Yup! CA requires EV charging for new residential units in 2026.
electrek.co/2024/12/18/c...
New blog post about how and why I got started in #powershell so late, and a few reasons why I think #bash is hostile in comparison.
www.joshooaj.com/blog/2024/12...
Obviously a simple typo, but brain now stuck on deciding between twenty-thirdth with the d or twenty-thirth like you have a lisp. π