BiglySoftware / BiglyBT-plugin-xmwebui

This plugin supports the BiglyBT Web Remote interface.
8 stars 7 forks source link

Use a pem Certificate #10

Open sharkbit opened 2 years ago

sharkbit commented 2 years ago

As it is becoming easier to get legitimate certificates, can we get the ability to use our own cert.pem & private.pem file for our certs? might need chain as well?

parg commented 2 years ago

You need to add your certificate to the java keystore named ".keystore" in the BiglyBT user data dir (e.g. %APPDATA%\BiglyBT on Windows) with password "changeit" and keystore type JKS. Give it an alias of "BiglyBT".

Google should be able to help with the specifics of importing from pem files.

sharkbit commented 2 years ago

I was hoping for a much simpler user friendly 'Select Certs' But will give that a try