General clean up
This commit is contained in:
3
conf/certs/.gitignore
vendored
3
conf/certs/.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except for this file
|
||||
!.gitignore
|
||||
!.gitignore
|
||||
!README.md
|
||||
|
||||
14
conf/certs/README.md
Normal file
14
conf/certs/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
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?
|
||||
```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