This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create a Private Key | |
Keep the private key file in a safe place as it will be required again when configuring SSL for your application. | |
A private key is required to generate the CSR. You will be asked to enter a passphrase for your private key during this process. Enter any value as we will strip it out in the next step. | |
$ openssl genrsa -des3 -out site.key 2048 | |
... | |
Enter pass phrase for site.key: | |
Verifying - Enter pass phrase for site.key: | |
You will now have a site.keyprivate key file in your current working directory. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rightpeopleforthejob::Application.routes.draw do | |
# devise_for :users, :controllers => {:registrations => "registrations"} | |
devise_for :users | |
resources :testscaffolds | |
resources :filter_analytics | |
resources :contact_feewises |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (wrong-type-argument symbolp #[(buffer) "\303 \204 | |