Skip to content

Instantly share code, notes, and snippets.

View m1sta's full-sized avatar

m1sta

  • Australia
View GitHub Profile
@m1sta
m1sta / self-signed-certificate-with-custom-ca.md
Last active May 24, 2021 02:22 — forked from fntlnz/self-signed-certificate-with-custom-ca.md
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Get Root Key and Root Certificate

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

Create a certificate (Done for each server)

This procedure needs to be followed for each server/appliance that needs a trusted certificate from our CA

@m1sta
m1sta / bindi.js
Last active December 18, 2015 20:49 — forked from anonymous/bindi.js
window.bindi = (function($){
$ = $ || window.$;
var bindi = {};
bindi._items = [];
bindi._item = function(){
var bindiItem = this;
bindiItem._query = null;