Hey,
In my opinion certification conditions needs one more thing:
if cert.meets([('EMTDC Instances', volley)]) and (cert.available() > 0):
print('Acquiring Certificate Now! : %s', str(cert))
[...]
In my case - without 2nd condition it will pick 1st certificate that doesnt have any free licenses left. Sorry for not making a pull request but havent do it for a long time and got no time to prepare my IDE for it.
Hey,
In my opinion certification conditions needs one more thing:
if cert.meets([('EMTDC Instances', volley)]) and (cert.available() > 0):
print('Acquiring Certificate Now! : %s', str(cert))
[...]
In my case - without 2nd condition it will pick 1st certificate that doesnt have any free licenses left. Sorry for not making a pull request but havent do it for a long time and got no time to prepare my IDE for it.