We are using an ACME 2 package https://github.com/stonemax/acme2 to set up LE SSL certificates for our sites running on Laravel PHP. This is on an Ubuntu 20.0.4 server running Nginx.
I recently moved over to a new DigitalOcean Droplet. I copied over all Nginx configuration files, all LE SSL certificates and such from our shared data directory. But now I see that for some reason the order for one has gone.
Get order info failed, the local order info file doesn't exist, the order info file path is: /home/forge/site.com/shared/storage/tls/le-storage/f42bxxxx/rsa/ORDER
I checked:
forge@server-w-2:~/site.com/shared/storage/tls/le-storage/f42bxxxx/rsa$ ll
total 8
drwxr-xr-x+ 2 forge forge 4096 Nov 5 03:19 ./
drwxr-xr-x+ 3 forge forge 4096 Nov 5 03:19 ../
Had this issue before https://github.com/stonemax/acme2/issues/40 but do not have a solid solution for this issue now and also do not understand how the order disappeared.
How can I enforce / get a new certificate now and basically reset all?