SSLを設定しようとコマンドを叩いたら、エラーが出た。
こんなやつ。
実行コマンドと結果はこちら ▼
# kusanagi ssl --email メールアドレス hogehoge
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for サーバ名
Using the webroot path /home/kusanagi/hogehoge/DocumentRoot for all unmatched dom ains.
Waiting for verification...
Cleaning up challenges
An unexpected error occurred:
There were too many requests of a given type :: Error creating new cert :: too m any certificates already issued for: サーバ名: see https://letsencrypt.org/d ocs/rate-limits/
Please see the logfiles in /var/log/letsencrypt for more details.
Cannot get Let\'s Encrypt SSL Certificate files.
失敗しました。
制限数を超えたらしい。えぇ・・・。
しばし模索するも、一向に解決できる兆しがない。
解決
なんのこっちゃない、htaccessで転送かけていたのと、ベーシック認証かけてたのを一時的に外したら、上手くコマンドが通りましたとさ。
(制限越えってメッセージはなんだったの・・・。)