Auto renew subdomain certificate

Hi, I’m using Cloudflare and have an app A and app AAAA configuration to my subdomain “app.mysite.com”, both with orange cloud (proxied). And to “mysite.com” I have the “CNAME _acme-challenge
mysite.com…flydns.net”. For now, I need to do the flow manually, as:

1 - Disable the proxy (grey cloud) to A and AAAA of my subdomain “app.mysite.com”.

2 - Run the following commands:

flyctl certs remove -a myapp
flyctl certs add -a myapp

3 - Waiting for the emission of ECDSA and RSA.
4 - Return to Cloudflare and enable the proxy (orange cloud) to A and AAAA again.

The “mysite.com” is renewed automatically. How to configure the “app.mysite.com” certificate to renew automatically too?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.