Replies: 1 comment 4 replies
-
A domain-validated certificate is a "regular" certificate that is issued for a domain, right? Like a certificate issued for www.example.com? With a "regular", not self-signed certificate, you don't need to add the certificate, the standard TLS connections are validated by .Net already. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi im writing a a client and a sever that are going to communicate throw TLS with a domain-validated certificate.
In the wiki i only found exempels how to set upp with self signed certificate, i dont want to compile a pem file with my clients do you have any solution to this ?
Beta Was this translation helpful? Give feedback.
All reactions