I noticed an issue when running the following command: # getdc.py hit-testing.nist.gov On line 31: - fn = "%s_%s.pem" % (endpoint) I changed it to the following locally to get it to work without issues: - fn = "%s.pem" % (endpoint)