Re: Example source to create/request SSL Certs (General questions)
Hi,
First you should add Weonlydo Certificate Management library COM reference to your project.
Then you can try something like this:
[code]Dim cert As WODCERTMNGLib.Certificate
cert = New WODCERTMNGLib.Certificate
cert.Load( c:\private.txt , password )[/code]
Hope this helps.
Regards,
Drazen