I did the cat privkey5.pem cert5.pem chain5.pem > hiawatha5.pem again and changed the entries in the configfile to
Binding {
Port = 443
# Interface = ::1
MaxKeepAlive = 30
TimeForRequest = 3,20
#RequireTLS = yes
SSLcertFile = /path/to/hiawatha5.pem
}
and also in the VirtualHost section to
SSLcertFile = /path/to/hiawatha5.pem
but then why is hiawatha looking for the hiawatha4.pem (which expired meanwhile) instead of the hiawatha5.pem? There is no mention of the hiawatha4.pem in the configfile anymore.
Andreas