hi,<br><br>did someone check auth_identity module. I have a problem with it:<br><br>in ser configuration file, for authorizer service, need 4 parameters: <br><br># -- Authorizer Service parameters ----------<br><br>#-- privatekey_path ------------------------
<br>modparam(&quot;auth_identity&quot;,&quot;privatekey_path&quot;,&quot;.../etc/CertAuth/private/m1key.pem&quot;)<br><br>#--- certificate_path -----------------------<br>modparam(&quot;auth_identity&quot;,&quot;certificate_path&quot;,&quot;
<span style="color: rgb(255, 0, 0); text-decoration: underline;">var/www/ssl/m1cert.crt</span>&quot;)<br><br>#--- certificate_url ------------------------<br>modparam(&quot;auth_identity&quot;,&quot;certificate_url&quot;,&quot;http://..../m1cert.crt&quot;)
<br><br>#--- msg_timeout ----------------------------<br>modparam(&quot;auth_identity&quot;,&quot;msg_timeout&quot;,600)<br><br>when i run it, there is error:<br><br>WARNING: no fork mode <br>&nbsp;0(9496) init_tcp: using epoll_lt as the io watch method (auto detected)
<br>&nbsp;0(9496) Maxfwd module- initializing<br>&nbsp;0(9496) AUTH_INDENTITY:mod_init: <span style="text-decoration: underline; color: rgb(255, 0, 0);">unable to open certificate</span> &#39;No such file or directory&#39;<br>&nbsp;0(9496) init_mod(): Error while initializing module auth_identity
<br>ERROR: error while initializing modules<br><br>I have checked the path of this certificate (that I had created):<br><br>mml@kaneway:/var/www/ssl$ ls<br><span style="color: rgb(255, 0, 0); text-decoration: underline;">
m1cert.crt</span><br><br><br>I don&#39;t know why unable to open certificate with &#39;No such file or directory&#39;.<br><br>Can someone tell me what is my problem here. <br><br>Thanks in advance<br><br>Tuan.<br><br><br>