Skip to content

Instantly share code, notes, and snippets.

@fernandezjose
fernandezjose / SelfSignedCert.md
Created December 7, 2021 23:13 — forked from mrcunninghamz/SelfSignedCert.md
Creating a self signed certificate in a pfx format on a mac.

Create Self Signed Certificate

Introduction

Every now and then I need to create a self signed certificate in azure for something. In my particular case its Azure B2C. I am using a mac so its not simply just running something like

New-SelfSignedCertificate `
    -KeyExportPolicy Exportable `
    -Subject "CN=yourappname.yourtenant.onmicrosoft.com" `
    -KeyAlgorithm RSA `
@fernandezjose
fernandezjose / README.md
Created October 13, 2016 18:03 — forked from zenorocha/README.md
A template for Github READMEs (Markdown) + Sublime Snippet

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage

@fernandezjose
fernandezjose / README.md
Created October 13, 2016 18:03 — forked from zenorocha/README.md
A template for Github READMEs (Markdown) + Sublime Snippet

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage

@fernandezjose
fernandezjose / README-Template.md
Created October 13, 2016 18:03 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisities

@fernandezjose
fernandezjose / README-Template.md
Created October 13, 2016 18:03 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisities

@fernandezjose
fernandezjose / dotnetlayout.md
Created September 13, 2016 20:13 — forked from davidfowl/dotnetlayout.md
.NET project structure
$/
  docs/
  src/
  tests/
  samples/
  artifacts/
  packages/
  build/
 lib/