php - Mutual SSL using CA issued certificates -


i'm trying find straight forward method mutual ssl between servers, using ca issued certificates. of information i've found involves issuing self-signed certs clients, storing certs, etc. there reliable method doing 2 way ssl using existing ca issued certs? (i'm developing in lamp environment btw.)

the difference between self-signed , ca issued isn't once cert creation done. in both cases need have client pass certificate during ssl handshake , have server validate cert , use login remote user.

when go server-to-server, treat originating server client , destination server server. same going client machine server machine. depending on exact authentication/authorization model you're using, may need create "user" account on destination server originating server may seem odd have user account server, simplifies security model not needing special case call server.

i'm not php expert looks reasonable reference lamp mutual authentication.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -