Hi, Rodrigo!

I think the only problem is that the secret key is protected by a passphrase. 
Can you confirm this? If so, the simple fix would be to remove the passphrase 
from the key:

```
mv etc/tls/rootCA/private/cakey.pem etc/tls/rootCA/private/cakey.pem.protected
openssl rsa -in etc/tls/rootCA/private/cakey.pem.protected -out 
etc/tls/rootCA/private/cakey.pem
```

FYI: to generate the TLS certificates, you can easily use ```opensipsctl 
tls```[1]

[1] http://www.opensips.org/Documentation/Tutorials-TLS-2-1#toc2

Best regards,
Răzvan

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/582#issuecomment-140676424
_______________________________________________
Devel mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to