SSL Certificate (Off Topic)

Hello,

I am interested in re-using my ‘domain.com’ certificate for an XMPP server. Was the https certificate generated by LetsEncrypt? If so, it’s not under /etc/letsencrypt/domain/ – can you tell me where it lives?

Generally you can find that information through nginx config files. Start with /etc/nginx/nginx.conf until you find the key location.

your ssl certs most likely live in:
/home/user-data/ssl/

This was it.

Thanks!