162 Brewery

Self-signed certificate on mac

If you have created a self-signed certificate with .NET CLI, it only seems to work with localhost, and not custom domains. To install a self-signed certificate and use with a custom domain on Kestrel …

When to use git pull --rebase

When the tip of your local branch is behind he remote branch, you can’t push to orgin. This happens if you pulled and worked in a branch, made some changes and commited them, while someone else …