Plugin for custom SSL certificate

I’m working on a plugin that will make some custom settings for our experimental platform. I can’t make use of Let’s Encrypt due to institutional policies, so I want to configure nginx with my own certificates, through the plugin. There’s two patch possibilites: proxy-nginx and nginx-extra.

Any suggestions as to how I can make use of these patches to include our own certificates?

:thinking: Would it work for you to simply copy your certificate to $(tutor config printroot)/data/letsencrypt as fullchain.pem and privkey.pem? I understand that the local quickstart command would then crash during certificate generation, though.