PowerShell
- Exporting a non-exportable private key from the Windows Certificate Store
The blog post is describing how I exported a client certificate's private key that the Windows certificate store had marked as non-exportable, once I realised the key was CNG-backed, not CAPI-backed.
- Verifying SSH and GPG keys for Forgejo/Gitea with PowerShell 7
The blog post is describing how I added and verified my SSH and GPG keys on a Forgejo/Gitea instance, doing the verification steps with PowerShell 7.