Bryce,
I've made the wildcard cert making the csr towards Comodo CA on one of my gaia's r80.10 appliances but but the one I'm trying to import keys onto but that's irrelevant.
I've just generated csr and completed the chain having all the files from that process handy. p12 I've made afterwards in order to import it via Dash (as usual) towards the Gaia Portal and MAB (different appliance). So essentially I've completed the PKI on one device and now making another with Gaia Portal on wildcard certificated - and here is the issue I guess.
Answering your question then, "have you just generated your own wildcard certificate to verify you can at least manually update the Webui" => No. That is not the point Bryce.
As mentioned earlier I've made the full PKI for Comodo Wildcard cert in order to have it spread all around my linux-based devices where I could utilize it on Apache's/Tomcats as well as on other Gaia based devices i.e. Gaia Portal's on variety of my R80.10's all around my network. That's all I wanted to achieve really. So if having the p12 or component files (pem based) does not give me an option to replace server.crt and server.key files with respective copies I've got already in hand - then how can I make any "another" Gaia Portal on "another" R80.10 using my wildcard?
The whole purpose of the wildcard certificate is to have it used on multiply platform completing just the PKI chain by importing either PEM or PCKS-type of files onto the shell (platform) - isn't that obvious?
One question though. If I use:
openssl genrsa 2048 > host.key openssl req -new -x509 -nodes -sha1 -days 3650 -key host.key > host.crt
#[enter *.domain.com for the Common Name]
openssl x509 -noout -fingerprint -text < host.cert > host.info
on the platform where I've got no PKI chain yet completed
would that work fine on GAIA Portal httpd2 with /web/conf files?
Jerry
Jerry