Ideas on applying SSL certificate to Tomcat on Windows?

My app is using IIS/Boncode to connect to tomcat. I have an SSL certificate
applied to my app in IIS. However, for testing purposes, I need to bypass
IIS for websocket requests, and pass them directly to tomcat. How would I
secure the tomcat port using my SSL certificate on Windows Server 2012 R2?

It’s a pain to do but can be done. Here’s documentation:

https://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html