문제

Does VeriSign allow developers to obtain "sandbox" digital certificates which can be used in development, much like PayPal allows developers to set up sandbox accounts?

Furthermore, does anyone have an implementation in C# about how a client can send the certificate to a server, and the server checks with VeriSign that the digital certificate is valid?

도움이 되었습니까?

해결책

You don't check with verisign, you use normal certificate validation (as you would with any other certificate).

A "sandbox" certificate is a self-signed certificate. You trust yourself (add your own certificate to the trusted root store) and so the certificate you signed yourself is trusted too.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top