Hi there,
We've been hosting our angular app on Divshot, and are looking to add SSL for some custom domains. Since it looks like Divshot was recently acquired by Firebase, we've been looking into how to do this with Firebase hosting.
Divshot's
docs outline a clear process for uploading a custom SSL cert. I couldn't find anything comparable in the Firebase hosting docs.
I'm assuming Firebase hosting must offer this functionality since you've acquired Divshot -- how do I upload my own SSL cert?
I'm already aware of the following threads:
The last thread in particular talks about "supplying your own certificate", which makes me hopeful that this is doable.
I'm also aware that in the first thread, Firebase "(doesn't) request an individual certificate for your domain" when you request certs after a custom domain is registered, but it also makes it sound like it's possible to upload custom SSL certs.
The enterprise client I'm building the app for has a security policy requiring them to be the only domain for which a certificate (that they provide) applies. They've also asked me to issue a CSR.
So, to recap, my questions are:
- How do I upload my own SSL cert to Firebase?
- What should I use for the Common Name on the CSR they'll be using to create the cert?
Thanks in advance,
JD