We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 })
The text was updated successfully, but these errors were encountered:
@kentplaza currently no you can not use wildcards =/
Sorry, something went wrong.
@roblav96 Got it. This is restriction of this plugin or Restriction from AFNetworking/okhttp3 Lib?
I'm also curious to know where does this restriction comes from ? How can we solve this issue ?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: