Linux/Apache/mod_ssl.md
... ...
@@ -606,6 +606,16 @@ MIIGETCCBPmgAwIBAgISA3VBvI0cSyzAQGtpIaQKQRZxMA0GCSqGSIb3DQEBCwUA
606 606
...
607 607
```
608 608
609
+# エラー対応
610
+
611
+## AttributeError: 'module' object has no attribute 'pyopenssl'
612
+- [AttributeError: 'module' object has no attribute 'pyopenssl' · Issue #6328 · certbot/certbot](https://github.com/certbot/certbot/issues/6328)
613
+```
614
+pip install requests==2.6.0
615
+easy_install --upgrade pip
616
+pip install --upgrade pyOpenSSL
617
+```
618
+
609 619
# リンク
610 620
- [Let's Encrypt](https://letsencrypt.org/) Free SSL/TLS Certificates
611 621
- [Certbot](https://certbot.eff.org/) / [GitHub:certbot/certbot](https://github.com/certbot/certbot)