Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wilrdcard certs?Ac #60

Open
prologic opened this issue Apr 1, 2022 · 6 comments
Open

Wilrdcard certs?Ac #60

prologic opened this issue Apr 1, 2022 · 6 comments

Comments

@prologic
Copy link

prologic commented Apr 1, 2022

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?

@michelbieleveld
Copy link

Not sure never used this tool was just checking it out, but normally *.home.arpa does not cover home.arpa, you would need to specify both in the request. Again not sure if possible here, but that would likely solve the problem.

@michelbieleveld
Copy link

Yes, supported like this

minica --domains '*.foo.com,foo.com'

@prologic
Copy link
Author

Yes, supported like this

minica --domains '*.foo.com,foo.com'

You are correct! This was just a bad invocation on my part 😆

@joegyoung
Copy link

joegyoung commented Jun 13, 2022

I tried this ./minica --domains '*.home,home' for https://bitwarden.home/. It didn't match.
I get NET::ERR_CERT_COMMON_NAME_INVALID
Is there something I should do?

@goshander
Copy link

I tried this ./minica --domains '*.home,home' for https://bitwarden.home/. It didn't match. I get NET::ERR_CERT_COMMON_NAME_INVALID Is there something I should do?

Same issue, minica does not support first level wildcard cert, you need use *.bitwarden.home,bitwarden.home as a domain arg

@DeyV
Copy link

DeyV commented Sep 12, 2022

I see a PR #45 that adds a -common flag to the cli but I'm not actually sure if this will help

Yes - it is exactly reason why this PR wait for merging ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants