altnames in domain table? #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It looks like the domains table may be wrong.
It should be that if a request comes in for
bar.example.comand the certificate subject isexample.comand has altnamesfoobar.devand*.example.com, then the list I should get back isexample.com,foobar.dev,*.example.com.Therefore I think that the Domain model should have a
subjectand analtname(or maybenameandgroup).When the record is found I should get back the full list of all records that have the same subject as the currently queried domain.
Oh, it looks like that was prep-work for the
approveDomainsand is unrelated to the store plugin's core functionality.