Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install instructions #14

Open
joallard opened this issue Jan 15, 2016 · 8 comments
Open

Install instructions #14

joallard opened this issue Jan 15, 2016 · 8 comments

Comments

@joallard
Copy link

If I follow the installation steps, when I run rake letsencrypt_plugin:install:migrations, the environment is loaded, our initializer too and looks for the YML file. Maybe we should say to put the config file before running rake or even installing the gem.

Other comment,

$ openssl genrsa 4096 > key/keyfile.pem
bash: key/keyfile.pem: No such file or directory
$ mkdir key
$ openssl genrsa 4096 > key/keyfile.pem

A little mkdir hint wouldn't hurt ;)

@joallard joallard changed the title Install instructions: Config file needs to be done before loading env Install instructions Jan 15, 2016
@joallard
Copy link
Author

And as #15 mentions, we should warn not to have the output cert dir key with Heroku, as it will cause challenge storage to fail.

@lgromanowski
Copy link
Owner

Ok, thanks! I'll update install instructions

@adamico
Copy link

adamico commented Mar 6, 2016

Also, it should be made clear you need to blank the challenge_dir_name: 'challenge' in the config file if you choose to store the challenge in the DB.

@MincePie
Copy link

Im confused. Does this mean that if you use heroku, you need to skip step 5 of the installation instructions? I don't understand what the conclusion to this issue is. thanks!

@lgromanowski
Copy link
Owner

lgromanowski commented Oct 17, 2016

As it is mentioned on wiki:

when running on Heroku output directory will be ignored - certificates will be displayed on console instead of saving on disk

@MincePie
Copy link

OK, but do I need to do anything with this instruction (from the above comment)? "Also, it should be made clear you need to blank the challenge_dir_name: 'challenge' in the config file if you choose to store the challenge in the DB." It seems to have helped 2 other people.

@lgromanowski
Copy link
Owner

Do you have DB set up correctly on Heroku?

@MincePie
Copy link

Hi - yes. I set it up at the outset.

On 18 October 2016 at 7:15:16 PM, Lukasz Gromanowski ([email protected]) wrote:

Do you have DB set up correctly on Heroku?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants