Content-Length: 267224 | pFad | http://github.com/stacklok/codegate/commit/abd608c7482d2c92993e6b03ef6808971aeadae1

07 Allows certificate download via the dashboard · stacklok/codegate@abd608c · GitHub
Skip to content

Commit abd608c

Browse files
committed
Allows certificate download via the dashboard
1 parent 7d5ad1f commit abd608c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

nginx.conf

+8-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ server {
1010
try_files $uri /index.html =404;
1111
}
1212

13-
error_log /var/log/nginx/error.log;
14-
access_log /var/log/nginx/access.log;
13+
# Serve certificates from /app/codegate_volume/certs at /certificates
14+
location /certificates/codegate_ca.crt {
15+
alias /app/codegate_volume/certs/ca.crt;
16+
types { application/x-x509-ca-cert crt; }
17+
default_type application/x-x509-ca-cert;
18+
}
1519

20+
error_log /var/log/nginx/error.log;
21+
access_log /var/log/nginx/access.log;
1622
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/stacklok/codegate/commit/abd608c7482d2c92993e6b03ef6808971aeadae1

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy