Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

solacens/dotnet-linux-cert

Repository files navigation

GRADUATED!

This project is graduated from Github and NuGet. There will not be further changes in the future.

dotnet-linux-cert

Helper for install and list PKCS#12 certificates for *nix system

Installation

Portal

Usage

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

Folder structure required for auto-install

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

Nuget publish

dotnet pack -c Release -o NugetOutput

Self-contained deployment releases

FRAMEWORK=net7.0
RID=linux-musl-x64
dotnet publish -c Release -o SCDOutput/$RID -f $FRAMEWORK -r $RID --self-contained

Changelog

Changelog