Skip to content

Line 31 of getdc.py #1

@mrjavascript

Description

@mrjavascript

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions