Skip to content

Commit

Permalink
Fixed paths in Capistrano task documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldowman committed Apr 5, 2009
1 parent 06378f1 commit 25d1a53
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gem/lib/ec2onrails/recipes.rb
Expand Up @@ -436,10 +436,13 @@
end

desc <<-DESC
Enable ssl for the web server. You'll need to deploy a valid
SSL certificate file to /etc/ssl/certs/default.pem
and a valid SSL key file to /etc/ssl/private/default.key
Enable ssl for the web server. You'll want to replace the default SSL
certificate and key files, the certificate file is at
/etc/ec2onrails/ssl/cert/ec2onrails-default.crt
and a the key file is at
/etc/ec2onrails/ssl/private/ec2onrails-default.key
(use the deploy_files task).
The key file should NOT have a passphrase.
DESC
task :enable_ssl, :roles => :web_admin do
sudo "a2enmod ssl"
Expand Down

0 comments on commit 25d1a53

Please sign in to comment.