0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Let's Encrypt で "ImportError: XXX" になった場合の対応

0
Posted at
unset PYTHON_INSTALL_LAYOUT

例えば、以下のようなエラーになった場合の対応

ImportError: No module named cryptography
ImportError: No module named enum
TypeError: 'type' object is not iterable

実行例

# unset PYTHON_INSTALL_LAYOUT
# certbot-auto certonly --webroot -w /var/www/html -d example.com --email foo@example.com --agree-tos --debug
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?