Rails naming conventions General Ruby conventions Class names are CamelCase. Methods and variables are snake_case. Methods with a ? suffix will return a boolean.
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.