Different cert for atproto domains
This commit is contained in:
parent
e7bd0c019d
commit
f95dd801b4
@ -37,8 +37,8 @@ server {
|
|||||||
|
|
||||||
# atproto requires SSL
|
# atproto requires SSL
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
ssl_certificate /etc/letsencrypt/live/intrusive.games/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/rpk.intrusive.games/fullchain.pem;
|
||||||
ssl_certificate_key /etc/letsencrypt/live/intrusive.games/privkey.pem;
|
ssl_certificate_key /etc/letsencrypt/live/rpk.intrusive.games/privkey.pem;
|
||||||
include /etc/letsencrypt/options-ssl-nginx.conf;
|
include /etc/letsencrypt/options-ssl-nginx.conf;
|
||||||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
|
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user