I just set up my certificate and it works like a charme but right after my first generated certificate Lets Encrypt told me to backup the /etc/letsencrypt directory.
Do I really need to do this?
In case that the server crashes, isn’t it possible to simply create a new certificate?
You certainly can just create a new certificate, but it’s good practice to keep a backup just to be safe. Your account keys are also saved in that directory, and you may need those if you want to do other certificate related actions like request a revocation.
nice.. but wouldn't you need the private key too for some web server configs which would be located in same directory as certificates. So I assume loosing certs would be loosing private key too.
Yes. If you want to make use of the certificates, you'll need the private key. As the certificate itself is published, you could probably download it elsewhere, but you might as well back that up at the same time.