bahadirozdmr
bahadirozdmr

Reputation: 53

How to create a certificate for Digital Signature

I working on digital signature and I'm using BouncyCastle library in c# but I don't understand how I'm going to create certificate?
Especially hmm server and client, how are they working together?

Upvotes: 1

Views: 2114

Answers (1)

PeskyGnat
PeskyGnat

Reputation: 2464

If all you need is something like a self-signed certificate to do some testing, there are a few ways:

Upvotes: 2

Related Questions