Update cert_api.py

pull/267/head
midoks 3 years ago
parent 5a660d72b7
commit ca10fbc3b5
  1. 4
      class/core/cert_api.py

@ -707,8 +707,8 @@ class cert_api:
self.getKid()
self.getNonce(force=True)
res = self.acmeRequest(self.__apis['newOrder'], payload)
if not res.status_code in [201]:
a_auth = res.json()
if not res.status in [201]:
a_auth = e_body
ret_title = self.getError(str(a_auth))
raise StopIteration("{0} >>>> {1}".format(

Loading…
Cancel
Save