709 B
709 B
Create a links to the pem files
- ./conf/certs/oneskyit.com_fullchain.pem
- ./conf/certs/privkey.pem
- ./conf/certs/ssl-dhparams.pem
Copy certs
Copy Let's Encrypt
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?
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
# sudo chown -R scott:scott ~/srv/env/test_aether/certs/