Skip to content

Commit

Permalink
feat: add ssl_trusted_certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Nov 5, 2024
1 parent 9f2a45d commit 16c7cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions envs/prod/_root.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ http {
listen 443 ssl;
ssl_certificate /akd-studios/lectorium/services/gateway/keys/cert.crt;
ssl_certificate_key /akd-studios/lectorium/services/gateway/keys/cert.key;
ssl_trusted_certificate /akd-studios/lectorium/services/gateway/keys/cert.ca-bundle;
ssl_ciphers HIGH:!aNULL:!MD5;
server_name lectorium;

Expand Down

0 comments on commit 16c7cf3

Please sign in to comment.