We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f59257 commit ffb8b48Copy full SHA for ffb8b48
renew_mit_certs.py
@@ -15,13 +15,12 @@
15
16
NON_SCRIPTS_VHOSTS_ALIAS = ["sipb.mit.edu"]
17
18
-
19
def get_expiring_certs():
20
"""
21
Most of this function is from find_expiring_certs.py
22
23
# load turbogears config, required for vhosts.connect to work
24
- config = appconfig('config:' + os.path.abspath('development.ini'))
+ config = appconfig('config:' + os.path.abspath(os.path.dirname(__file__) + '/development.ini'))
25
load_environment(config.global_conf, config.local_conf)
26
27
now = datetime.utcnow()
0 commit comments