The official NclVault from NoCommentLab.
Follow the below step to create your container:
- Generates the web server certificate on your host machine: dotnet dev-certs https -ep [Path of the certificate] -p [Password]
- The official NclVault from NoCommentLab.
Follow the below step to create your container:
- Generates the web server certificate on your host machine: dotnet dev-certs https -ep [Path of the certificate] -p [Password]
- docker run --name nclvault -p 80:80 -p 443:443 -e Kestrel__Certificates__Default__Path=/app/Infrastructure/Certificate/[Certificate Name] -e Kestrel__Certificates__Default__Password=[Password] -e "ASPNETCORE_URLS=https://+;http://+" -v /usr/share/nclvault:/app/Infrastructure/Certificate -v /usr/share/nclvault/appsettings.json:/app/appsettings.json -v /usr/share/nclvault/:/app/vault -v /usr/share/nclvault/DataProtection-Keys:/root/.aspnet/DataProtection-Keys nocommentlab/nclvault
Now you can write your UI or use the NclVaultCLIClient program to use the vault.
Github repository: https://github.com/nocommentlab/NclVault
Now you can write your UI or use the NclVaultCLIClient program to use the vault.
Github repository: https://github.com/nocommentlab/NclVault