Minor update to documentation
This commit is contained in:
@@ -5,10 +5,11 @@ Create a links to the pem files
|
||||
|
||||
## 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?
|
||||
```bash
|
||||
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/
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user