Enabled poppler-utils for Python pdf2image to work

This commit is contained in:
Scott Idem
2024-05-22 19:22:20 -04:00
parent 341f5ccbee
commit 294716fefc
3 changed files with 12 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
Create a links to the pem files
Copy or create a links to the pem files
* ./conf/certs/oneskyit.com_fullchain.pem
* ./conf/certs/privkey.pem
* ./conf/certs/ssl-dhparams.pem
@@ -8,6 +8,11 @@ Create a links to the pem files
ssl-dhparams.pem should only need to be copied one time. The others need to be copied over after they expire.
Does the ownership or other permissions need to change?
```bash
sudo rsync -vhr -LK --archive -progress /etc/letsencrypt/live/ /home/scott/backups/letsencrypt_live_certs
sudo chown scott:scott -R ~/backups/letsencrypt_live_certs
sudo cp /etc/letsencrypt/live/oneskyit.com-0001/fullchain.pem /srv/env/test_aether/conf/certs/fullchain.pem
sudo cp /etc/letsencrypt/live/oneskyit.com-0001/privkey.pem /srv/env/test_aether/conf/certs/privkey.pem
sudo cp /etc/letsencrypt/ssl-dhparams.pem /srv/env/test_aether/conf/certs/ssl-dhparams.pem