All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Hyperdrive - Hyperdrive now supports custom TLS/SSL certificates

1y ago

Source

CloudflareHyperdrive - Hyperdrive now supports custom TLS/SSL certificatescloudflare.com
Snippet from the RSS feed
Hyperdrive now supports more SSL/TLS security options for your database connections: Configure Hyperdrive to verify server certificates with verify-ca or verify-full SSL modes and protect against man-in-the-middle attacks Configure Hyperdrive to provide client certificates to the database server to authenticate itself (mTLS) for stronger security beyond username and password Use the new wrangler cert commands to create certificate authority (CA) certificate bundles or client certificate pairs: # Create CA certificate bundle npx wrangler cert upload certificate-authority --ca-cert your-ca-cert.pem --name your-custom-ca-name # Create client certificate pair npx wrangler cert upload mtls-certificate --cert client-cert.pem --key client-key.pem --name your-client-cert-name Then create a Hyperdrive configuration with the certificates and desired SSL mode: npx wrangler hyperdrive create your-hyperdrive-config \ --connection-string="postgres://user:password@hostname:port/database" \ --ca-certificate-id \ --mtls-certificate-id --sslmode verify-full Learn more about configuring SSL/TLS certificates for Hyperdrive to enhance your database security posture.

You might also wanna read

Understanding TLS Encryption: Public Keys, Private Keys, and Certificate Authorities

The article explains how Transport Layer Security (TLS) works, focusing on the cryptographic foundations including public/private key pairs,

remyhax.xyz·1mo ago

Let's Encrypt Plans Post-Quantum Security with Merkle Tree Certificates

Let's Encrypt is planning to adopt Merkle Tree Certificates (MTCs) as a post-quantum security solution for Web PKI. The article explains tha

letsencrypt.org·1mo ago

Let's Encrypt Plans Post-Quantum Security with Merkle Tree Certificates

Let's Encrypt is planning to adopt Merkle Tree Certificates (MTCs) as a post-quantum security solution for Web PKI. The article explains tha

letsencrypt.org·1mo ago

A Comprehensive Guide to HTTP Strict Transport Security (HSTS): Implementation, Preloading, and Best Practices

This article provides a comprehensive, hands-on guide to HTTP Strict Transport Security (HSTS), explaining how it prevents downgrade attacks

undercodetesting.com·1d ago

NGINX Adds Native ACME Protocol Support for Simplified SSL/TLS Certificate Management

NGINX has announced a preview release of native ACME protocol support, introducing the ngx_http_acme_module. This module simplifies SSL/TLS

blog.nginx.org·10mo ago

Mozilla SSL/TLS Configuration Generator for Secure Server Setup

Mozilla provides an SSL/TLS configuration generator tool that helps users create secure configurations for web, database, and mail software.

ssl-config.mozilla.org·7mo ago

How to Install and Automate Let's Encrypt SSL Certificates on cPanel DNSOnly Servers

This article provides a step-by-step technical guide for enabling automated Let's Encrypt SSL certificate installation and renewal on cPanel

blog.radwebhosting.com·1mo ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.