Is there a tutorial on how to build a mTLS two-way authentication certificate? #886
Answered
by
primetomas
liyousheng
asked this question in
Q&A
-
Hi, I need to build a mTLS CA for my system, I can find the TLS server and client tutorial, but not find for mTLS. Could anybody can tell me how to build mTLS CA? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Answered by
primetomas
May 23, 2025
Replies: 1 comment 2 replies
-
mTLS is short for "mutual" TLS. That simply means TLS server and TLS client "client + server = m". So combine server and client TLS and you have mTLS. From the CA side it simply means issuing both client and server certificates. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
liyousheng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mTLS is short for "mutual" TLS. That simply means TLS server and TLS client "client + server = m". So combine server and client TLS and you have mTLS. From the CA side it simply means issuing both client and server certificates.