I have reached my limit for generating certificates, since i am a noob i keep having to reinstall my VPS and i created new CERT’s everytime. Now i have reached my limit and i need to install my old one’s but i don’t know how
You can wait - next Letsencrypt certificate: 2019-08-05 12:51:43.
Or you can add a third subdomain (test or blog ...), then it's a new set of domain names. But first you need a dns A record with that subdomain and a working port 80 vHost.
Unless your VPS PRNG isn’t seeded properly by the host and/or by subsequent latency events (hope not!), Certbot will succeed in choosing a completely random, unpredictable private key every time it’s run (unless you use the --reuse-key option on a certificate that you preserve). By design, there is no way to guess or recover this key if it’s deleted; the only copies are on your VPS.
Is it possible to generate a new CERT for my domain on my main pc since it’s a different ip? and then use it on my vps? or is the limit also connected to domain?