Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Valid wildcard certificate is not passing the check #381

@Martin-Luther

Description

@Martin-Luther

First of all, thanks to all the people contributing to this project.

My case.

The domain is for exemple: sample.app

Date of the test: 2022-12-18T00:00:00.000Z

sample.app -> valid (nothing special)
dev.sample.app -> valid (I was excited)

Then came the need to add this :

container-87546.dev.sample.app -> not valid (it was too good to go on ...)

 {
  "daysRemaining": 290,
  "valid": false,
  "validFrom": "2022-10-03T00:00:00.000Z",
  "validTo": "2023-10-03T23:59:59.000Z",
  "validFor": [
    "*.sample.app",
    "sample.app"
  ]
} 

Normally, we should be able to check in validFor for domain starting with *. like in my case for *.sample.app and compare it with container-87546.dev[.sample.app] as long are dates are OK and let it pass as valid ... Right ?

Maybe, there is only IEwho does not support this, but who cares ?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions