Public Notes on
View Public Collections
Loading...

Transfer hosted zone between AWS Accounts


#aws #p

Show More
Loading...

Migrating Route53 records to a different account


#aws #p

Show More
Loading...

Kubectl aliases #kubernetes #bash-productivity #p

Show More
Loading...

Kubectl tips and tricks #kubernetes #bash-productivity #p

Show More
Loading...

Postgres SSL Settings & Ciphers #p #security #postgres #databases

Show More

Highlights

ssl_ciphers (string) Specifies a list of SSL cipher suites that are allowed to be used by SSL connections. See the ciphers manual page in the OpenSSL package for the syntax of this setting and a list of supported values. Only connections using TLS version 1.2 and lower are affected. There is currently no setting that controls the cipher choices used by TLS version 1.3 connections. The default value is HIGH:MEDIUM:+3DES:!aNULL. The default is usually a reasonable choice unless you have specific security requirements. This parameter can only be set in the postgresql.conf file or on the server command line.