Raspberry Pi4 Nginx keine options-ssl-nginx.conf

Hallo,
ich habe einen Raspberry Pi4 und Nextcloud mit einem LEMP-Server.

Er laeuft seit ca. Sommer 2019, nach dieser Anleitung

Nginx:
root@raspberrypi:/home/pi# nginx -v
nginx version: nginx/1.14.2
root@raspberrypi:/home/pi# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

Nun moechte ich die SSL Sicherheit verbessern
Die Datei /etc/nginx/nginx.conf habe ich editiert
alt : ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
neu: ssl_protocols TLSv1.2 TLSv1.3;

und ich wollte nach den Anleitungen von LetsEncrypt auch die Datei options-ssl-nginx.conf anpassen.
/etc/letsencrypt/options-ssl-nginx.conf
im Verzeichnis /etc/letsencrypt/ gibt es auf dem Server keine Datei mit dem Namen