My phpmyadmin installation is like http://my-IP/phpmyadmin
NOT
http://mydomain1/phpmyadmin
+
http://mydomain2/phpmyadmin
+
http://mydomain3/phpmyadmin
In other words my only phpmyadmin installation make use different domains (very simple site, sure).
Now i have 2 very stupid security controls:
1) Restricted IP access (httpd.conf)
2) Restricted user access with htaccess and htpasswd
Now i want to add SSL but some provider say me:
We do not provide certificates for IP addresses. This is due to the new CA/B Forum guidelines that will make all Certificate Authorities stop issuing trusted certificates for IP addresses and local/internal domain names.
What i have to do to have SSL only on the phpmyadmin ip (like https://my-IP/phpmyadmin
and not in one or more domains?