Accept EC keys as valid in addition to RSA keys
This causes openssl to be tried with both 'ec' and 'rsa' as the key type when testing the key in order to decide whether to use it. The keys issued to me by LetsEncrypt are Eliptic Curve keys, so the existing ikiwiki-hosting code results in ssl not being enabled for those keys -- this fixes that.