Can I avoid using Java Keystores?

I have been reading these docs:
https://wjw465150.gitbooks.io/keycloak-documentation/content/server_installation/topics/network/https.html

Keystores are a non-standard format. I’d like to just use paths to a certificate and key, this would let me avoid writing a script with keytool.

Is this possible with Keycloak?