Fix certs path.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
.env
|
.env
|
||||||
|
data/prosody/certs
|
||||||
|
|||||||
0
install-certs.sh
Normal file → Executable file
0
install-certs.sh
Normal file → Executable file
@@ -26,8 +26,10 @@ server {
|
|||||||
server_name xmpp.guschin.info;
|
server_name xmpp.guschin.info;
|
||||||
|
|
||||||
# SSL certificate paths (using self-signed certificates from Prosody)
|
# SSL certificate paths (using self-signed certificates from Prosody)
|
||||||
ssl_certificate /home/mish/prosody.git/data/prosody/certs/xmpp.guschin.info.crt;
|
# ssl_certificate /home/mish/prosody.git/data/prosody/certs/xmpp.guschin.info.crt;
|
||||||
ssl_certificate_key /home/mish/prosody.git/data/prosody/certs/xmpp.guschin.info.key;
|
# ssl_certificate_key /home/mish/prosody.git/data/prosody/certs/xmpp.guschin.info.key;
|
||||||
|
ssl_certificate /etc/letsencrypt/live/xmpp.guschin.info/fullchain.pem;
|
||||||
|
ssl_certificate_key /etc/letsencrypt/live/xmpp.guschin.info/privkey.pem;
|
||||||
|
|
||||||
# SSL configuration
|
# SSL configuration
|
||||||
ssl_protocols TLSv1.2 TLSv1.3;
|
ssl_protocols TLSv1.2 TLSv1.3;
|
||||||
|
|||||||
Reference in New Issue
Block a user