They offer the links to the already made available root/CA in one pem file so all is in the correct order (see PDF)
https://installer.id.ee/media/id2019/Apache_2.4.38_EID_Demo.confIf you ever find the same for the belgian root/ca please post it here , i got it from my own e-id but it doesn't cover all older cards or with a newer certificate cards.
kind regards
Johan
PS my config and helpfiles , TLS 1.3 is not working yet so need to be disabled
#wget -O -
https://www.digicert.com/CACerts/DigiCertHighAssuranceEVRootCA.crt | openssl x509 -inform DER -outform PEM | tee -a ca-certs.pem> /dev/null
# commando na vervallen root in 2032 aanpassen en uitvoeren
#zie ook site , bewaard op windows pc
#
http://wiki.yobi.be/wiki/OpenID-eIDSSLProtocol -all +TLSv1.2
SSLOptions +StdEnvVars
SSLVerifyClient optional
SSLVerifyDepth 10
SSLCACertificateFile /etc/ssl/certs/belgiumca4-chain.pem
<Location />
# no special permissions needed in the root folder
</Location>
<Location /wp-admin>
SSLRenegBufferSize 10486000
SSLVerifyClient require
SSLRequire %{SSL_CLIENT_I_DN_C} eq "BE" \
and ( %{SSL_CLIENT_I_DN_CN} in {"Citizen CA"} \
or %{SSL_CLIENT_I_DN_CN} in {"Foreigner CA"} )
</Location>