[EMAIL PROTECTED] schrieb:
Hello everybody

For some hours now I try to find out how to create CAfile (a file with multiple 
CAs inside, the one file counterpart of -CApath).
I need such a file for HTTPS Client authentification together with the yaws webserver. In the yaws user guide they write that it is a plain old openssl "cacertfile", but neither on the openssl homepage nor somewhere else (google) did I find a description of that file format resp. an explanation howto create such a file.

Could anybody please give me an example or point me to the right documentation?

A CAfile consists of concatenated PEM-encoded certificate files. So if you have two CA certificates just do "cat ca1.pem ca2.pem > cafile.pem".

Hope it helps.
Ted
;)

--
PGP Public Key Information
Download complete Key from http://www.convey.de/ted/tedkey_convey.asc
Key fingerprint = 31B0 E029 BCF9 6605 DAC1  B2E1 0CC8 70F4 7AFB 8D26

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to