Skip to content

I want one call to finish before I call the other. #69

Description

@huabanlu

const [certificateKey, certificateCsr] = await acme.crypto.createCsr({ commonName: '*.test.com', altNames: ['test.com'] });

If I do this, I call the challengeCreateFn method at the same time.
I want one call to finish before I call the other.

This is the log:
2022-11-11 01:25:03 Triggered challengeCreateFn() dns-01
2022-11-11 01:25:03 Triggered challengeCreateFn() dns-01
2022-11-11 01:25:03 Triggered challengeRemoveFn() dns-01

and the version:
"acme-client": "^5.0.0"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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