Search found 3 matches
- Sun Jun 09, 2019 10:03 pm
- Forum: Brekeke SIP Server Forum
- Topic: Does Brekeke support elliptic curve certificates
- Replies: 6
- Views: 12070
Thank you, that is worked. For converting sip.key and sip.pem to sip.p12, try the command like this. openssl pkcs12 -export -out sip.p12 -inkey sip.key -in sip.pem -certfile ca.pem Then select "PKCS#12" at [File Type] setting in the SIP Server, and upload sip.p12 file. If you execute the "certinfo ...
- Thu May 30, 2019 10:54 pm
- Forum: Brekeke SIP Server Forum
- Topic: Does Brekeke support elliptic curve certificates
- Replies: 6
- Views: 12070
Because my private key is in elliptic curve private format, your suggestion did not work. Let me explain what I did : First I created a private key for CA: openssl ecparam -out ca.key -name secp521r1 -genkey -rand /dev/urandom Then CA signed its certificate(self-signed CA certificte) openssl req ...
- Wed May 29, 2019 11:58 pm
- Forum: Brekeke SIP Server Forum
- Topic: Does Brekeke support elliptic curve certificates
- Replies: 6
- Views: 12070
Does Brekeke support elliptic curve certificates
1. Brekeke Product Name and Version: 3.9.2 2. Java version: 1.8 3. OS type and the version: Ubuntu 18.04 4. UA (phone), gateway or other hardware/software involved: pjpsip 5. Your problem: Does Brekeke support Elliptic Curve certificates? I am able to generate RSA certificates with OpenSSL and it ...