1Compile CivetWeb to the repository root and run it from there
2
3./civetweb examples/multidomain/base_domain.conf
4
5Check what cerfificate is used
6
7echo | openssl s_client -showcerts -servername default-domain -connect localhost:443 2>/dev/null | openssl x509 -inform pem -noout -text | grep Serial
8
9echo | openssl s_client -showcerts -servername localhost -connect localhost:443 2>/dev/null | openssl x509 -inform pem -noout -text | grep Serial
10
11