Slide 15
Slide 15 text
TLS tangent
• RDS
• ELB
• CloudFront
• S3
• All AWS Endpoints
September 2, 2014 ©2014 OpenEye Scientific Software
DATABASES = {!
'default': {!
'ENGINE': 'django.db.backends.postgresql_psycopg2’,!
…!
'OPTIONS': {!
'sslmode': 'verify-full',!
'sslrootcert': '/tmp/rds-ssl-ca-cert.pem',!
},!
!