Skip to content

Instantly share code, notes, and snippets.

View jdmsft's full-sized avatar
☁️
Keep calm and use Azure

JDMSFT jdmsft

☁️
Keep calm and use Azure
  • Microsoft Corporation
  • The Cloud
View GitHub Profile
@jdmsft
jdmsft / self-signed-certificate-with-custom-ca.md
Last active February 24, 2020 11:01 — forked from fntlnz/self-signed-certificate-with-custom-ca.md
Self-Signed Certificate with Custom Root CA

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a
@jdmsft
jdmsft / README-Template.md
Created September 7, 2018 08:31 — 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.

Prerequisites