예제 #1
0
파일: https.py 프로젝트: og3niuz/GlobaLeaks
    def post(self):
        accnt_key = yield AcmeAccntKeyRes.create_file(self.request.tid)

        tos_url = letsencrypt.get_boulder_tos(Settings.acme_directory_url,
                                              accnt_key)

        returnValue({'terms_of_service': tos_url})
예제 #2
0
파일: https.py 프로젝트: chojar/GlobaLeaks
    def post(self):
        accnt_key = yield AcmeAccntKeyRes.create_file(self.request.tid)

        tos_url = letsencrypt.get_boulder_tos(Settings.acme_directory_url, accnt_key)

        returnValue({'terms_of_service': tos_url})