2013-04-01から1ヶ月間の記事一覧
ターミナルにしてみた。なかなか良いですね。
いつもやり方忘れるので。メモ。 openssl genrsa -out cert.key 2048 openssl req -new -key cert.key > cert.csr openssl x509 -in cert.csr -days 3650 -req -signkey cert.key > cert.crt
Heroku Toolbelt でインストールした heroku コマンドで heroku db:pull したら ! Taps Load Error: cannot load such file -- taps/operation ! You may need to install or update the taps gem to use db commands. ! On most systems this will be: ! ! …