Re: SSL_ConfigSecureServer and on the fly cert generation

2011-12-02 Thread Robert Relyea
On 12/02/2011 07:46 AM, passfree wrote: > I am writing an experimental tool and I need to generate an SSL server > on the fly. Needless to say, NSS seams like the perfect choice but > here is where I am stuck. > > SSL_ConfigSecureServer excepts a cert a key and a type. I've tried to > look into cer

SSL_ConfigSecureServer and on the fly cert generation

2011-12-02 Thread passfree
I am writing an experimental tool and I need to generate an SSL server on the fly. Needless to say, NSS seams like the perfect choice but here is where I am stuck. SSL_ConfigSecureServer excepts a cert a key and a type. I've tried to look into certutil to see how these are generated but I find it