Re: Root certificate in code

2001-11-20 Thread Lutz Jaenicke
On Tue, Nov 20, 2001 at 01:25:36PM +0100, Alexander Kuit wrote: > I want to store a CA root cert in source code. I know 'openssl' has an option -C >which outputs 3 char arrays. How do I turn this data into an X509 struct? Or is there >another way to store certs in the source? Use the XXX_certif

Root certificate in code

2001-11-20 Thread Alexander Kuit
Hi, I want to store a CA root cert in source code. I know 'openssl' has an option -C which outputs 3 char arrays. How do I turn this data into an X509 struct? Or is there another way to store certs in the source? Thanks in advance, Alexander Kuit _