mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
How to use Certificate? #1403
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#1403
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @inukaze on GitHub (Jul 5, 2018).
Hi there, someone can explain how i can. set the "Comodo" Certificate with Murmur, and the client read the added Certificate (X509) i make one, is RSA 2048 with SHA1 and SHA256. But i don't know how set right to my local server.
For example, what i should put in the lines "sslCert" and "sslKey" ?
sslCert=file.p12
sslKey=00 01 AB CD EF F0 00 01 02 03 04 05 06 07 08 09 10 AA AB AC
How is the right way?
i should edit files like :
/etc/init.d/mumble-server
/etc/mumble-server.ini
One last thing, how i set mumble to ever put me a specific Nickname, and connect to my localhost, without show me the GUI Server Selector.
???
Reading this -> https://wiki.mumble.info/wiki/Obtaining_a_StartCom_Murmur_Certificate
i have a dunno, from where i get "ssl_mumble.crt" because in none part, explain from where get that file.
@davidebeatrici commented on GitHub (Jul 5, 2018):
Hi!
You have to set the path to the corresponding file in each of the two variables, for example:
A PKCS #12 file (.p12) can contain both the certificate and the private key, you should generate two separate files instead.
/etc/mumble-server.ini, which contains your server's configuration.Settings -> Network -> Reconnect to last server on startup
@inukaze commented on GitHub (Jul 7, 2018):
Thanks for your answers :)
Okey i am trying the follow :
I don't know which thing is wrong here.
Where is the default path for the server, where i should put that files if i want just add "bloginukaze.crt" & "bloginukaze.pem" ?, should be in /etc/ ?
Screenshots :

@davidebeatrici commented on GitHub (Jul 7, 2018):
It would be better to create a dedicated folder for the certificate files and specify the path in
/etc/mumble-server.ini.@inukaze commented on GitHub (Jul 7, 2018):
I SOLVED IT!
1 - Get Comodo Certificate
2 - Extract the Certificate from my Firefox Web Browser and Save it with Name.p12
3 - Extract the RSA Public Key & Convert pkcs12 the certificate to pem format, edit the server file, to put the absolute path of your files in my case both are named bloginukaze, and in the test i put on the tmp folder.
Screenshot The Certificate Working :

@davidebeatrici commented on GitHub (Jul 7, 2018):
Awesome!
I created a dedicated page on our Wiki with a link to this issue, feel free to create an account and write your instructions.
Thank you.
@inukaze commented on GitHub (Jul 7, 2018):
Thanks but i prefer, you test my instructions are easy to follow, and test you too :D, just for make secure all steps are easy and right explain it :D
@davidebeatrici commented on GitHub (Jul 7, 2018):
No problem.