Displaying 1 result from an estimated 1 matches for "user_req".
Did you mean:
user_regs
2007 May 29
2
Client certificate verification/authentication
I would like to use Client certificate verification/authentication.
My MTA used this function.
I've a problem to make a valid certificate.
For my MTA i used :
openssl req -new -nodes -x509 -keyout user_key.pem -out user_req.pem
-days 365
openssl ca -out user_signed.pem -infiles user_req.pem
openssl pkcs12 -in user_signed.pem -inkey user_key.pem -out user.p12
-export -name "user at hotsname"
user.p12 match in my MTA
Not in Dovecot...
In my log, i've simply :
dovecot: auth(default): Client didn't...