This project is graduated from Github and NuGet. There will not be further changes in the future.
Helper for install and list PKCS#12 certificates for *nix system
Detail explanation in the help commands
dotnet linux-cert --help
dotnet linux-cert install --help
dotnet linux-cert auto-install --help
dotnet linux-cert list --help
ls /Certifcates # Default reading directory for auto-install
a.pfx # Cert A, private key, password protected
a.txt # Password for cert A
b.pfx # Cert B, private key, non password protected
c.cer # Cert C, public key, non password protected
dotnet pack -c Release -o NugetOutput
FRAMEWORK=net7.0
RID=linux-musl-x64
dotnet publish -c Release -o SCDOutput/$RID -f $FRAMEWORK -r $RID --self-contained