I am getting an error ``` Exception in thread "mai...
# ktor
d
I am getting an error
Copy code
Exception in thread "main" java.lang.IllegalStateException: connector.keyStore.getCe…Chain(connector.keyAlias) must not be null
	at io.ktor.server.netty.NettyChannelInitializer.<init>(NettyChannelInitializer.kt:41)
I didn't set keyAlias, because mostly I don't know what should that be, but if I don't set it it should default to "mykey". So I am not sure where to look at