Add and SSL certificate to a Window Build

Hi everyone, I have checked the documentation for the Windows build, but it shows only how to add a app signing certificate to the build, is there any documentation on how it would be to add an SSL certificate or it would be something completely separated from the Volt build?

What would be the purpose of the SSL certificate?

To make a HTTPS connection to the server. So it would not be app-signing necessarily.

This might be possible, but I suspect it’s going to be rather difficult. You would have to bypass the built in libraries to make HTTPS requests and use a plugin to make requests, using your own (not the system) certificate store.

Can you give me an idea of why you might need this?