Questions tagged [wildcard]
The wildcard tag has no usage guidance.
250
questions
149
votes
8
answers
187k
views
Wildcard SSL certificate for second-level subdomain
I'd like to know if any certificates support a double wildcard like *.*.example.com? I've just been on the phone with my current SSL provider (register.com) and the girl there said they don't offer ...
109
votes
8
answers
181k
views
Is a wildcard CNAME DNS record valid?
I know it's valid to have a DNS A record that's a wildcard (e.g. *.mysite.com). Is it possible/valid/advised to have a wildcard CNAME record?
79
votes
3
answers
26k
views
In Bash, are wildcard expansions guaranteed to be in order?
Is the expansion of a wildcard in Bash guaranteed to be in alphabetical order? I am forced to split a large file into 10 Mb pieces so that they can be be accepted by my Mercurial repository.
So I was ...
39
votes
3
answers
89k
views
Wildcard vhosts on Nginx
I've just installed Nginx on my server and am extremely happy with the results, however I still cannot figure out how to insert wildcard virtual hosts.
This is the [directory] structure I'd like:
-- ...
34
votes
10
answers
71k
views
Is a wildcard DNS record bad practice?
I asked my hoster to add three subdomains all pointing to the IP of the A record. It seems he simply added a wildcard DNS record because any random subdomain resolves to my IP now. This is OK for me ...
32
votes
2
answers
207k
views
Nginx wildcard/regex in location path
The Nginx config I have throws 404 for .php like:
## Any other attempt to access PHP files returns a 404.
location ~* ^.+\.php$ {
return 404;
}
However I have some index.php file in subfolder ...
27
votes
3
answers
18k
views
What is the difference between 0.0.0.0/0 and 0.0.0.0/1?
In the history, I mostly used 0.0.0.0/0 for "match every IP address". Recently, I saw a 0.0.0.0/1 subnet filter.
What is the difference between 0.0.0.0/0 and 0.0.0.0/1 and what's the ...
21
votes
4
answers
63k
views
Wildcard DNS with BIND
I'm trying to setup BIND so that it catches any and all requests made to it, and points them to a specific set of NS servers, and a specific A record.
I have around 500 domains, and I'm adding new ...
17
votes
5
answers
16k
views
Can I use the same wildcard certification for *.domain.com and domain.com
You can make an SSL certificate by using *.domain.com as the name.
But unfortunately, this doesn't cover https://domain.com
Is there any fix for this?
15
votes
4
answers
30k
views
Configure DNS server to return same IP for all domains
I would like to configure a nameserver that will return the same IP address ("A" record) for any arbitrary host name. For example:
example.com
subdomain.example.com
someotherdomain.com
anyotherdomain....
14
votes
3
answers
26k
views
Wildcard DNS and subdomains
Let's that I've got the domain mydomain.com.
I want that when any visitor goes to
www.mydomain.com
xyz.mydomain.com
abc.mydomain.com
asd.mydomain.com
qwe.mydomain.com
etc...
the visitor will continue ...
12
votes
1
answer
11k
views
Exclude specific domains from Apache2 serverAlias while using a catch all *(wildcard) alias
I have a web application that needs to support custom domains, in that regard I have set-up the following name based virtual server:
<VirtualHost *:80>
ServerName example.com
...
11
votes
3
answers
11k
views
Second Level Subdomain DNS Wildcard
I need help setting up a second level subdomain. I have set up wildcard subdomains in the past with success, but I am having trouble with the DNS entry for this one. I need to do something like
*....
10
votes
1
answer
7k
views
Can DNS host records be setup to create wildcard sub-subdomains
Is it possible to create a wildcard host record for a sub-subdomain ie *.foo.example.com?
10
votes
2
answers
12k
views
Can the same wildcard SSL certificate be used on different IP addresses and/or boxes?
Example:
Wildcard SSL certificate for *.example.com installed on two different boxes.
hostEU.example.com A 60.70.80.90
hostUS.example.com A 200.210.220.240
I assume this is a perfectly valid ...
8
votes
2
answers
2k
views
DNS: wildcard domains
If I have a wildcard domain, is it possible to list specific subdomains that override the wildcard one?
For example:
*.domain.com. 3600 IN A 1.2.3.4
foo.domain.com. 3600 IN A 9.9.9.9
8
votes
4
answers
10k
views
Redirecting wildcard email to one email with postfix
I'm creating a bounce email system where addressees can reply to messages on my site.
However when the email are sent to the user containing the previous message, the Reply-To field contains an ...
8
votes
3
answers
12k
views
What's the difference between: Verisign Thawte Geotrust Rapidssl certs?
Verisign owns all these certificate issuing companies: Verisign Thawte Geotrust and Rapidssl.
What is the difference between them and why is the price difference so great?
Update: Here are just a ...
8
votes
1
answer
16k
views
Wildcard for A and MX records possible?
I'm building an app where each customer can have their own subdomain.
For this example, he setup his subdomain to be: whisky
I created a wildcard subdomain in my DNS:
*.myapp.example A 192.0.2.123
...
7
votes
6
answers
2k
views
Difference between wild card SSL [duplicate]
I have deployed SSL certificates on various websites however this wildcard SSL certificate is totally new to me. I have question that If I am buying a SSL certificate *.example-private.com, Will it ...
7
votes
3
answers
4k
views
Wildcard certificate with prefix
I am wondering if it's possible to create a wildcard certificate with a prefix.
I know that *.example.com will cover anything at the first level (eg. one.example.com, two.example.com, three-four....
7
votes
1
answer
4k
views
Wildcard 'A' record overriding CNAME record
I have a Wildcard * A record for self-registration of subdomains by users on our web app. All works fine.
I now need to set up an alias for support.mydomain.com to point to mydomain.freshdesk.com. ...
7
votes
1
answer
357
views
Why does the wildcard not work?
my bind config
carrie IN A 192.253.253.4
*.carrie IN A 192.253.253.6
*.test.carrie IN A 192.253.253.7
execute
nslookup carrie
Address: 192.253.253.4
nslookup a.test.carrie
...
6
votes
3
answers
501
views
How do I set my MX records such that mail to my domain goes one place, and mail to all subdomains goes elsewhere?
I have a domain name example.com, for which I'd like mail to be routed to different servers depending on the circumstances.
Mail sent to an @example.com address should go to the server mail.server1....
6
votes
3
answers
12k
views
Wildcard CNAME with GoDaddy DNS Manager
I'm having some issues with GoDaddy DNS that I thought I'd maybe share with you all before moving to another provider.
I have an application that uses subdomains for users and is hosted on Heroku.com....
5
votes
1
answer
20k
views
LetsEncrypt certificate for nested wildcard subdomain [duplicate]
I've generated Lets Encrypt wildcard certificate for my domain *.domain.com.
I thought this certificate is valid for any nested subdomain *.*.domain.com, like it.*.domain.com or fr.*.domain.com. But ...
5
votes
2
answers
2k
views
ssl certificates for *.subdomain.example.com
I plan on getting a wildcard certificate for my domain like *.example.com, but I've heard varying reports about whether it will also work with second-level subdomains like *.subdomain.example.com -- ...
5
votes
3
answers
5k
views
Wildcard DNS, VirtualHosts on apache2, 404 for unused subdomains
On an Apache2 server linked to by a DNS that includes a wildcard entry, e.g. *.example.com, subdomains that are not defined as ServerNames in any VirtualHosts point to the first defined VirtualHost, ...
5
votes
2
answers
8k
views
Can I use wildcards with SAN self-signed certificates?
We have a dev server that is accessible through the Internet, but is IP restricted, so security here is merely a way of allowing us to reproduce the live environment as opposed to trying to be secure. ...
5
votes
2
answers
2k
views
Hosting wildcard domains such as *.mydomain.com on Windows Azure without using redirections
I have an ASP.NET MVC app which offers wildcard domains to my users to personalize their login urls.
I'd like to host this on Windows Azure. But is it possible to keep the wildcard domains?
I've ...
4
votes
6
answers
10k
views
Which wildcard SSL cert vendors allow you to set up the same cert on multiple servers? [closed]
We are looking to set up a service where multiple boxes, in different data centers, would allow HTTPS access. We are looking to set to buy a wildcard SSL cert to handle any number of vanity sub ...
4
votes
5
answers
2k
views
is wildcard ssl insecure?
Is there anything inherently more insecure about using a wildcard SSL certificate over a regular SSL certificate?
We are looking to implement a subdomained web application (a la FreshBooks and ...
4
votes
3
answers
4k
views
Is it possible to GET or PUT two specific files at a time using SFTP without wildcard?
From a directory of dozens of files, is it possible to GET or PUT two files at once using SFTP?
I do not want to use a wildcard because I don't necessarily know the names of all the files and don't ...
4
votes
2
answers
10k
views
Unbound not forwarding query
I'm having some trouble getting Unbound to forward queries correctly.
My current unbound.conf looks something like this:
forward-zone:
name: "google.com"
forward-addr: 8.8.8.8
...
4
votes
2
answers
24k
views
Wildcard records with Nginx to handle custom domains
Here's my 4, going on 5 hour problem:
I've set up a WordPress multisite instance that's going to be handling sites at domain.com, subdomain.domain.com and customdomain.com. There will be N number of ...
4
votes
4
answers
23k
views
wildcard ssl certificate - exchange 2010 - POP/IMAP problem
previously we have requested a wildcard ssl certificate from godaddy for our major domain.
one of the reasons was the new established exchange server 2010.
usually you require following names included ...
4
votes
1
answer
2k
views
Can a DNS wildcard only be the leftmost part of a record?
I'm using TinyDNS, and have successfully used wildcard records of the form:
+*.<domain>:<ip>
(+ for A records.)
Can I also use:
+development.*.<domain>:<ip>
?
My ...
4
votes
1
answer
4k
views
Wildcard subdomains on localhost using IIS7
I'm running IIS 7 on Windows 7 and would like to setup wildcard subdomains to test out an ASP.NET multi-tenant application that uses the subdomain to identify the user. How can I achieve this?
4
votes
2
answers
5k
views
Multiple wildcard certificates for same common name on different servers
We've recently ventured into the cloud for hosting a number of websites.
On our on-premise hosting we're using a wildcard certificate for a number of websites, and we want to do the same for our ...
4
votes
2
answers
11k
views
DNS wildcard entry doesn't resolve correctly (Microsoft DNS Server)
I am trying to set up a wildcard entry in MS DNS Server (on Windows Server 2008 within Active Directory) so that requests for all subdomains resolve to the same IP address. For example:
name1.my.subd....
4
votes
1
answer
3k
views
(Self-signed) certificate with wildcards for localhost IPs (127…)
Is there a way to create a (self-signed) certificate that will cover all localhost IPs such as the full range for 127?
I tried both 127.* and 127.*.*.* but neither worked; I still got SSL error pages ...
4
votes
2
answers
1k
views
Dynamic Error and Custom logs in apache 2 using wildcard subdomains
I'm trying to make a wildcard VirtualHost conf file for apache2, and I'm not sure how to handle the ErrorLog and CustomLog settings to put the logs where I want them to go. As you can see in the ...
4
votes
1
answer
4k
views
multiple ips for wildcard domains using dnsmasq's config format
dnsmasq is capable of assigning multiple static ips to one host when using the hosts file:
1.2.3.4 bla.com
4.5.6.7 bla.com
nslookup:
Name: example.com
Address: 1.2.3.4
Name: example.com
...
4
votes
5
answers
18k
views
Trying to update certificate (just renewed) to existing keystore on Tomcat server
I have a .crt file to update the server thats running Tomcat 5.5. If I run:
keytool - import -alias tomcat -keystore tomcat.ks - trustcacerts -file website.net.crt
I get the following error:
...
4
votes
2
answers
5k
views
Apache2 VirtualHost auto subdomain
I just got myself a brand new Linux-server (Debian Stable). The server is primarily used for webhosting and webdevelopment.
I installed Apache2, PHP5 and MySQL and it all works.
The way I organize ...
4
votes
2
answers
12k
views
IIS6 Wildcard Mapping to ASP.NET - no file extension results in IIS 404
I'm trying to perform what I understand to be a relatively simple task. I'd like to remove the extensions from the URLs on my website. I have the proper set up in my application to handle and rewrite ...
3
votes
5
answers
16k
views
Do IPtables for Ubuntu have a wildcard for an IP address [closed]
I am needing to set up IPtables to accept traffic on many internal IP's. Is there a wildcard I can use for part of the ip address? For example: 192.168..
Or would there a better alternative?
3
votes
3
answers
295
views
Wildcard certificate problem
My client bought wildcard certificate for domain example.com. We have setup ssl on website which is used under something.more.example.com and the wildcard certificate is reporting problems. Is there a ...
3
votes
7
answers
3k
views
Wildcard Expansion
I'm not really sure how to phrase this, and maybe that's why I can't find anything, but I want to reuse the values enumerated by a wildcard in a command. Is this possible?
Scenario:
$ ls /dir
1 2 3
...
3
votes
1
answer
11k
views
How to configure and combine wildcard domains and subdomains in Apache2's VirtualDocumentRoot?
httpd-vhosts.conf
<Directory "/Volumes/DATA/websites">
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</...