All Projects β†’ BorisWilhelms β†’ create-dotnet-devcert

BorisWilhelms / create-dotnet-devcert

Licence: MIT license
A simple script that creates and trusts a self-signed development certificate for dotnet on Linux distributions.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to create-dotnet-devcert

Gifcurry
😎 The open-source, Haskell-built video editor for GIF makers.
Stars: ✭ 830 (+457.05%)
Mutual labels:  fedora, arch-linux
Spotcommander
The most intuitive and feature-rich remote control for Spotify for Linux
Stars: ✭ 152 (+2.01%)
Mutual labels:  fedora, arch-linux
Postinstall
πŸ’» Bash Script to automate post-installation steps
Stars: ✭ 104 (-30.2%)
Mutual labels:  fedora, arch-linux
linux-installer
Universal GNU+Linux installer script
Stars: ✭ 16 (-89.26%)
Mutual labels:  fedora, arch-linux
valet-linux
A fork of Laravel Valet to work in Linux.
Stars: ✭ 1,227 (+723.49%)
Mutual labels:  fedora, arch-linux
Anlinux App
AnLinux allow you to run Linux on Android without root access.
Stars: ✭ 614 (+312.08%)
Mutual labels:  fedora, arch-linux
Anlinux Resources
Image and Script for LinuxOnAndroid App
Stars: ✭ 135 (-9.4%)
Mutual labels:  fedora, arch-linux
Anlinux Adfree
AnLinux, Ad free version.
Stars: ✭ 127 (-14.77%)
Mutual labels:  fedora, arch-linux
Howdy
πŸ›‘οΈ Windows Helloβ„’ style facial authentication for Linux
Stars: ✭ 3,237 (+2072.48%)
Mutual labels:  fedora, arch-linux
Rpi Pxe Server
setup a Raspberry Pi as an PXE-Server
Stars: ✭ 197 (+32.21%)
Mutual labels:  fedora, arch-linux
dotfiles
My dotfiles for Arch Linux.
Stars: ✭ 15 (-89.93%)
Mutual labels:  fedora, arch-linux
Invidious-Updater
Automatic install and update script for Invidious
Stars: ✭ 181 (+21.48%)
Mutual labels:  fedora, arch-linux
piu
Cross platform package manager wrapper
Stars: ✭ 33 (-77.85%)
Mutual labels:  fedora, arch-linux
Openvpn Install
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.
Stars: ✭ 7,142 (+4693.29%)
Mutual labels:  fedora, arch-linux
Image Bootstrap
⛅️ Creates (chroots and) bootable virtual machine images; command line tool (Python 3)
Stars: ✭ 178 (+19.46%)
Mutual labels:  fedora, arch-linux
wsl-distrod
Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
Stars: ✭ 1,637 (+998.66%)
Mutual labels:  fedora, arch-linux
notion-repackaged
notion executables with the notion-enhancer embedded & a vanilla port of the official app to linux
Stars: ✭ 733 (+391.95%)
Mutual labels:  fedora, arch-linux
AspNetCore.Client
On Build client generator for asp.net core projects
Stars: ✭ 14 (-90.6%)
Mutual labels:  aspnetcore
TigerOS
[MOVED TO GITLAB] Please visit new location: https://gitlab.com/RITlug/TigerOS
Stars: ✭ 34 (-77.18%)
Mutual labels:  fedora
Arch
These are easy, in-depth instructions on how to install Arch Linux.
Stars: ✭ 16 (-89.26%)
Mutual labels:  arch-linux

create-dotnet-devcert

A simple script that creates and trusts a self-signed development certificate for dotnet on Ubuntu and Arch based distributions.

What does the script do

The script uses openssl to create a self-signed certificate. The certificate will then be imported and trusted at:

  • System certificates - to enable service-to-service communication
  • User nssdb - to trust the certificate in supported application like Chromium or Microsoft Edge
  • Snap Chromium nssdb - to trust the certificate in Chromium if installed via snap
  • Snap Postman nssdb - to trust the certificate in Postman if installed via snap

In addition the certificate will be imported into dotnet so that it will be used as a development certificate in ASP.NET Core.

Prerequisites

  • dotnet-sdk (Version >= 5.0)
  • libnss3-tools
    • ubuntu: sudo apt install libnss3-tools
    • arch: sudo pacman -S nss
    • fedora: sudo dnf install openssl nss-tools

Usage

Simply run the script needed for your distribution.

Ubuntu based distributions: ./scripts/ubuntu-create-dotnet-devcert

Arch based distributions: ./scripts/arch-create-dotnet-devcert

Fedora based distributions: ./scripts/fedora-create-dotnet-devcert

Use the -s to also save the certificate into the home folder so it can be manually imported into other programs.

More info

More information about this can be found on my blog post https://blog.wille-zone.de/post/aspnetcore-devcert-for-ubuntu.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].