imohsen
Verified User
- Joined
- Oct 30, 2011
- Messages
- 7
Hi
we have a system that working with lot of domain pointers( about 400 pointers ) and all of them are created as alias .
Now we need to get certificate for each pointer and load his certificate when users access the server with that domian .
is there any change that we put some codes in custom httpd config and load custom certificate/key files based on domain pointer that visitors coming from ?
sample :
main domain -> 112233.com and we had a certificate for that and it's working fine .
another domain : 445566.com pointed to same site but currently loaded certificate that based on 112233.com ( we got letsencrypt one cert with multiple domain )
now i want to get certificate for 445566.com and load it with custom httpd conf .
we have a system that working with lot of domain pointers( about 400 pointers ) and all of them are created as alias .
Now we need to get certificate for each pointer and load his certificate when users access the server with that domian .
is there any change that we put some codes in custom httpd config and load custom certificate/key files based on domain pointer that visitors coming from ?
sample :
main domain -> 112233.com and we had a certificate for that and it's working fine .
another domain : 445566.com pointed to same site but currently loaded certificate that based on 112233.com ( we got letsencrypt one cert with multiple domain )
now i want to get certificate for 445566.com and load it with custom httpd conf .