Reputation: 16385
The common name for my SSL Key is .mydomain.com
. What common name should i get issued so that i can use a URL like https://api.mydomain.com
and https://api-test.mydomain.com
?
Upvotes: 0
Views: 279
Reputation: 1
Somehow wildcard ssl and simple domain ssl both are same. For your SSL key concern, the only change you should is common name. Wildcard ssl requires key for *.yourdomain.tld.
PS: All SSL CA requires 2048 bit CSR key.
Here you check how it makes difference and similar.
Technical Difference:
Similar terms:
Upvotes: 0