Hiawatha version: 7.6
Operating System: Linux 2.6.31.14
Hi Hugo,
May be this is a wrong place to ask, but I couldn't get a clear picture of what is the use of the RequiredCA field in Virtualhost configuration in Hiawatha
According to this HowTo page
Hiawatha SSL bindings [www.hiawatha-webserver.org], I set up my SSLcertFile as follows
-----BEGIN RSA PRIVATE KEY-----
[webserver private key]
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
[webserver certificate]
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
[optional CA intermediate certificate]
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
[CA root certificate]
-----END CERTIFICATE-----
Now I am wondering what is expected to be there in the RequiredCA file?
Is it again my [CA root certificate], which is required to be sent by the client when the client attempts to make a connection with the Hiawatha server?
Thanks
Praseed