waw-eve / seat-mumble-register

mumble registration and certificate generation plugin for SeAT
GNU General Public License v2.0
0 stars 1 forks source link

It prompts you to download the "register" file when you try to register. #5

Closed KsenZ closed 1 year ago

KsenZ commented 1 year ago

When trying to register a user, SeAT prompts you to download a file with name "register".

KagurazakaNyaa commented 1 year ago

It should return a certificate file in p12/pfx format to the user, try modifying the file extension to '.p12' to import the certificate.

KsenZ commented 1 year ago

Hmm... On Linux, it downloads the file "regiter" without an extension. On Window, it downloads register.p12. Thanks for your help!