mirror of
https://github.com/jbranchaud/til
synced 2026-01-07 00:58:02 +00:00
Add SSL Certificates Can Cover Multiple Domains as a devops til
This commit is contained in:
10
devops/ssl-certificates-can-cover-multiple-domains.md
Normal file
10
devops/ssl-certificates-can-cover-multiple-domains.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# SSL Certificates Can Cover Multiple Domains
|
||||
|
||||
When registering an SSL certificate, you can list multiple domains to be
|
||||
covered by it.
|
||||
|
||||
One use case is registering a certificate that covers both the apex domain
|
||||
(`example.com`) and all subdomains using a wildcard (`*.example.com`). The
|
||||
wildcard alone will not cover `example.com`. If you want `example.com`,
|
||||
`www.example.com`, `blog.example.com`, etc. covered under the same certificate,
|
||||
then you'll need to include both the apex and wildcard domains.
|
||||
Reference in New Issue
Block a user