Attempting to renew cert ドメイン名) from /etc/letsencrypt/renewal/ドメイン名.conf produced an unexpected error: Missing command line flag or config entry for this setting:

openlitespeed

Let’s EncryptのSSL更新をしようとしたらエラーがでてました certbot-auto renewでエラー certbot-auto renewコマ… 続きを読む

Let’s EncryptでDNS認証を手動更新

Let’s EncryptにはDNS認証というのがあります。logwとかはhttp認証をしているのですが管釣りはPythonのフレームワークを使っていてうまくい… 続きを読む

bottleでBootstrapを使ってみる

前回の記事ではnginxのリバースプロキシをしました。jinja2というテンプレートを使ってブラウザで表示できるようにしました。今回はbootstrapを動かし… 続きを読む

DEPRECATION WARNING: Passing a string to ActiveRecord::Base.establish_connection for a configuration lookup is deprecated, please pass a symbol (:development) instead. (called from
at myapp.rb:5)

sinatraをやっていてsqlite3にてエラーが起きたため解決したときのメモになります。 エラー内容 [ruby] DEPRECATION WARNING:… 続きを読む

Rubyにsqlite3をインストール

sinatraでSQLite3が必要になるのでインストールしようとしました。 [c] Building native extensions. This coul… 続きを読む