You can create test certificates using the "makecert" commands, as shown here . You can bypass certificate verification checks using a configuration such as the following, although this is not recommended in a production environment:
<authentication certificateValidationMode="None"
revocationMode="NoCheck" />
CodePlex, .