According to the README wildcard certs are supported.
But I've just tried this and Chrome (at least) gets an error:
NET::ERR_CERT_COMMON_NAME_INVALID
Subject: *.home.arpa
Issuer: minica root ca 44c4c0
Expires on: 2 May 2024
Current date: 2 Apr 2022
Similar errors appear in a Go project that uses minica here:
WARN[0030] error looking up user endpoint error="error looking up user [email protected]: https://home.arpa/.well-known/salty/salty.json: client.Do fail: Get \"https://home.arpa/.well-known/salty/salty.json\": x509: “*.home.arpa” certificate name does not match input"
What am I missing? I see a PR #45 that adds a -common flag to the cli but I'm not actually sure if this will help?
According to the README wildcard certs are supported.
But I've just tried this and Chrome (at least) gets an error:
Similar errors appear in a Go project that uses minica here:
What am I missing? I see a PR #45 that adds a
-commonflag to the cli but I'm not actually sure if this will help?