Skip to content

Use with wildcard certificates? #10

@dhicksdrh

Description

@dhicksdrh

I have some *.example.com wildcard certificates which have been problematic when running through cert-shifter (I assume because of the leading asterisk).

I've worked around by placing
if echo $cert | grep -qe ^* ; then
#cert="\$cert"
continue
fi
in the for loop to stop the processing of the wildcard certs, but am wondering if there is a way to handle that would allow proper processing of those directories and files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions