Skip to content
Snippets Groups Projects
Commit 5b08def6 authored by Lorenz Zahn's avatar Lorenz Zahn
Browse files

chain instead of single cert

parent 2d0c565d
Branches
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ server {
set $base /home/app/web/;
# SSL
ssl_certificate /etc/nginx/ssl/vkk.medizin.uni-halle.de.crt;
ssl_certificate /etc/nginx/ssl/fullchain.pem;
ssl_certificate_key /etc/nginx/ssl/vkk.medizin.uni-halle.de.key;
# security
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment