<p>Hi, Rodrigo!</p>

<p>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:</p>

<pre><code>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
</code></pre>

<p>FYI: to generate the TLS certificates, you can easily use <code>opensipsctl tls</code>[1]</p>

<p>[1] <a href="http://www.opensips.org/Documentation/Tutorials-TLS-2-1#toc2">http://www.opensips.org/Documentation/Tutorials-TLS-2-1#toc2</a></p>

<p>Best regards,<br>
Răzvan</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/issues/582#issuecomment-140676424">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFOcifgtKBqcMb-2C3NLyTbOE3RRS6UNks5oySZigaJpZM4FhP-J.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/OpenSIPS/opensips/issues/582#issuecomment-140676424"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>