Skip to content

Instantly share code, notes, and snippets.

View jewelbdx's full-sized avatar
🏠
Working from home

JEWEL AHMMED jewelbdx

🏠
Working from home
View GitHub Profile

Rails naming conventions

General Ruby conventions

Class names are CamelCase.

Methods and variables are snake_case.

Methods with a ? suffix will return a boolean.

@jewelbdx
jewelbdx / ca.md
Created May 10, 2018 19:30 — forked from soarez/ca.md
How to setup your own CA with OpenSSL

How to setup your own CA with OpenSSL

For educational reasons I've decided to create my own CA. Here is what I learned.

First things first

Lets get some context first.