mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Add letsencrypt-apache shim
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""Let's Encrypt Apache plugin."""
|
||||
import sys
|
||||
|
||||
|
||||
import certbot_apache
|
||||
|
||||
|
||||
sys.modules['letsencrypt_apache'] = certbot_apache
|
||||
Reference in New Issue
Block a user