- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2014 08:33 AM
Hello
I currently have ACE configured with a wildcard SSL certificate, matches *.mydomain.com
Now, because my wildcard doesn't include sub-subdomains, I would like to add a new SSL certificate matching *.subdomain.mydomain.com.
My first wish was to add it directly in my actual ssl-proxy service :
ssl-proxy service SSL_PSERVICE_SERVER key mydomain.com.pem cert mydomain.com.pem chaingroup PROVIDER ssl advanced-options PARAMMAP_SSL_TERMINATION
to become
ssl-proxy service SSL_PSERVICE_SERVER
key mydomain.com.pem
key subdomain.mydomain.com.pem
cert mydomain.com.pem
cert subdomain.mydomain.com.pem
chaingroup PROVIDER
ssl advanced-options PARAMMAP_SSL_TERMINATION
Can I do it that way or do I have to add a new service / policy / etc. ?
Thanks !
Laurent
Solved! Go to Solution.
- Labels:
-
Application Networking
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2014 03:14 PM
Hi Laurent,
You will need to add the new certificate in new ssl-proxy. I did a quick test and added couple of certificates in ssl-proxy and i see it only took the last one which i added. When i see in show running-config, it shows me the last one only.
Regards,
Kanwal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2014 03:14 PM
Hi Laurent,
You will need to add the new certificate in new ssl-proxy. I did a quick test and added couple of certificates in ssl-proxy and i see it only took the last one which i added. When i see in show running-config, it shows me the last one only.
Regards,
Kanwal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2014 11:59 PM
thanks a lot Kanwal ! very clear and helpful.
