The certificate chain still points to CN=mikrotik.com
openssl s_client -connect forum.mikrotik.com:443
Connecting to 2a02:610:7501:3000::244
CONNECTED(00000003)
depth=3 C=US, O=Internet Security Research Group, CN=ISRG Root X2
verify return:1
depth=2 C=US, O=ISRG, CN=Root YE
verify return:1
depth=1 C=US, O=Let's Encrypt, CN=YE1
verify return:1
depth=0 CN=mikrotik.com
verify return:1
---
Certificate chain
0 s:CN=mikrotik.com
i:C=US, O=Let's Encrypt, CN=YE1
a:PKEY: EC, (prime256v1); sigalg: ecdsa-with-SHA384
v:NotBefore: Jun 26 05:56:40 2026 GMT; NotAfter: Sep 24 05:56:39 2026 GMT
1 s:C=US, O=Let's Encrypt, CN=YE1
i:C=US, O=ISRG, CN=Root YE
a:PKEY: EC, (secp384r1); sigalg: ecdsa-with-SHA384
v:NotBefore: Sep 3 00:00:00 2025 GMT; NotAfter: Sep 2 23:59:59 2028 GMT
2 s:C=US, O=ISRG, CN=Root YE
i:C=US, O=Internet Security Research Group, CN=ISRG Root X2
a:PKEY: EC, (secp384r1); sigalg: ecdsa-with-SHA384
v:NotBefore: May 13 00:00:00 2026 GMT; NotAfter: Sep 2 23:59:59 2032 GMT
3 s:C=US, O=Internet Security Research Group, CN=ISRG Root X2
i:C=US, O=Internet Security Research Group, CN=ISRG Root X1
a:PKEY: EC, (secp384r1); sigalg: sha256WithRSAEncryption
v:NotBefore: May 13 00:00:00 2026 GMT; NotAfter: Sep 2 23:59:59 2032 GMT
---
I don't use them but LE does..
I'm gueesing LE gave you a cerfiicate chain and what formai PEM, DER, PKCS#7, P7B, PKCS#12.
Check the root certificate and see what LE used and what type of key they used. There is a YR3 but I can't find any info on that.
Why such a large key size of 8192?
Anyway, you won't be able to duplicate it as a LE certificate. You don't have the root key.
You can make a Root CA cerfificate with the key size of RSA-8192 but I wouldn't. It would be to much on the router. You should use only 2048 and 4096 is pushing it.
It would be better to use EC secp256r1. Smaller, faster and safer.
Edit: What I should have asked. How many certificates are in the certificate chain? Also, I didn't get into the public key that goes with the certificate. You really don't need a large encryption key cipher. It's not like a MT routers can do Tera flop per second.