Skip to content

Commit

Permalink
Document Azure's requirement of trusting DigiCert root certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
galeaspablo committed Nov 29, 2024
1 parent 4e11f52 commit 21d314f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ services:
"--client-ca-roots-path", "/etc/pgt_proxy/client_tls/aws_rds/"
]
pgt-proxy-connecting-to-azure-digicert:
# Connections to Azure managed PG databases require the use of 1 Microsoft root
# certificate + 2 DigiCert root certificates as per:
# https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-networking-ssl-tls#read-replicas-with-certificate-pinning-scenarios
image: ambarltd/pgt-proxy:latest
ports:
- "5433:5432"
Expand Down

0 comments on commit 21d314f

Please sign in to comment.