Fix callback URL for certificate generation tasks

This commit is contained in:
Will Daly
2015-03-05 13:32:46 -05:00
parent 0eed96c2f3
commit d1b9bbf211
2 changed files with 37 additions and 4 deletions

View File

@@ -416,7 +416,7 @@ class XQueueCertInterface(object):
error_reason=unicode(exc)
)
def _send_to_xqueue(self, contents, key, task_identifier=None, callback_url_path='update_certificate'):
def _send_to_xqueue(self, contents, key, task_identifier=None, callback_url_path='/update_certificate'):
"""Create a new task on the XQueue.
Arguments: