598 B
598 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
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/