We have a working Apache mod_ssl configuration. I want to enable HTTPS support for Undertow, so that it listens for both http and https, thus obviating the need for Apache.
This is not really Undertow-specific, it's just a question of building an SSL context from a keystore with a certificate.
See SslContextFactory.java for an example used with Undertow.