We use a wildcard certificate for all of our switches for the web interface.
We have the certificate and key in PEM format, and can install it on switches via the CLI, but we want to just deploy it in the configuration template in Central. Unfortunately, the only thing we see in the config on the switch after importing the key and cert on our test switch, the only lines that appear in the config are:
crypto pki certificate wildcardcert
crypto pki application https-server certificate wildcardcert
How do I deploy this via the template in Central?