BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
140 stars 68 forks source link

How to create fullchain.pem file. #144

Closed sercangoger closed 2 years ago

sercangoger commented 2 years ago

I have two SSL files named "certificate.crt and private.key". i these

With the help of the command "openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem"

I converted it to "cert.pem and key.pem" files.

flexisip is asking me for another file called "fullchain.pem". How can I create this "fullchain.pem" file. ?

Viish commented 2 years ago

Take a look at flexisip documentation on our wiki: https://wiki.linphone.org/xwiki/wiki/public/view/Flexisip/Configuration/TLS%20settings/

stokito commented 1 year ago

@Viish could you make a support of two certs files? So that users may just use fullchain.pem and privkey from LetsEncrypt directly.