-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
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 })
Metadata
Metadata
Assignees
Labels
No labels