<div dir="ltr">hello again!!  =)<br><br><br>when i run  "make client.pem", according the file certs/README, have this error:<br><br><br>[root@radius certs]# make client.pem<br>openssl req -new  -out client.csr -keyout client.key -config ./client.cnf<br>
Generating a 2048 bit RSA private key<br>......................................................................................................................................................................................................+++<br>
...........................+++<br>writing new private key to 'client.key'<br>-----<br>openssl ca -batch -keyfile server.key -cert server.crt -in client.csr  -key `grep output_password server.cnf | sed 's/.*=//;s/^ *//'` -out client.crt -extensions xpclient_ext -extfile xpextensions -config ./client.cnf<br>
Using configuration from ./client.cnf<br>unable to load CA private key<br>24500:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:evp_enc.c:461:<br>24500:error:0906A065:PEM routines:PEM_do_header:bad decrypt:pem_lib.c:425:<br>
make: *** [client.crt] Error 1<br><br><br><br>some know why?<br><br><br><br>many thanks!<br><br><br>   
</div>