Add letsencrypt-apache shim

This commit is contained in:
Brad Warren
2016-04-15 10:30:37 -07:00
parent 7411cc4a25
commit 0c1e2e33ec
5 changed files with 261 additions and 0 deletions
@@ -0,0 +1,8 @@
"""Let's Encrypt Apache plugin."""
import sys
import certbot_apache
sys.modules['letsencrypt_apache'] = certbot_apache