View previous topic :: View next topic |
Author |
Message |
oza.4h07 at gmail.com Guest
|
Posted: Thu Feb 18, 2016 6:29 am Post subject: [asterisk-users] Typo in http.conf sample file ? |
|
|
Hello,
I'm having my first steps with WebRTC.
I've found this line in http.conf.sample (asterisk 13.7.0):
;tlsprivatekey=</path/to/private.pem> ; path to private key file (*.pem) only.
Is it a typo ?
I expected something like:
;tlsprivatekey=</path/to/private.key> ; path to private key file (*.key) only.
Regards |
|
Back to top |
|
|
george.joseph at fairv... Guest
|
Posted: Thu Feb 18, 2016 10:49 am Post subject: [asterisk-users] Typo in http.conf sample file ? |
|
|
On Thu, Feb 18, 2016 at 4:29 AM, Olivier <oza.4h07@gmail.com (oza.4h07@gmail.com)> wrote:
Quote: | Hello,
I'm having my first steps with WebRTC.
I've found this line in http.conf.sample (asterisk 13.7.0):
;tlsprivatekey=</path/to/private.pem> ; path to private key file (*.pem) only.
Is it a typo ?
|
Not really. The private key file must be in pem format. The file MAY also contain the certificate but the key still has to be in pem format.
If you do have a combined file, you can just specify it in tlscertfile and leave tlsprivatekey unset or specify the same file for both options.
|
|
Back to top |
|
|
|