nativescript-community / nativescript-community/https
WildCard Subdomain Verify
Open
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 52
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Do this plugin allow wildcard subdomain verification?
I have wildcard SSL Certificate (*.mydomain.com) and imported into App Service.
Can I declare wildcard domain in host paramater as below? or use naked domain?
Https.enableSSLPinning({ host: '*.mydomain.com', certificate }) or
Https.enableSSLPinning({ host: 'mydomain.com', certificate })
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Https.enableSSLPinning entry point and trace how the host parameter is handled for iOS and Android. Check whether wildcard and naked-domain values are accepted, then define the supported behavior and verify it on both platforms before documenting or implementing the result.
Written by the indexing model from the issue text.
Assessment
- Domain
- mobile-dev, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100