diff --git a/https-tls/awc-https/README.md b/https-tls/awc-https/README.md index 84828bb9..211a2ef9 100644 --- a/https-tls/awc-https/README.md +++ b/https-tls/awc-https/README.md @@ -1,3 +1,5 @@ +# HTTPS Client + The goal of this example is to show you how to use the `awc` for secure HTTPS communication using Rustls. It uses best practices for efficient client set up and demonstrates how to increase the default payload limit. diff --git a/https-tls/openssl-auto-le/README.md b/https-tls/openssl-auto-le/README.md index 42112310..b0fd2596 100644 --- a/https-tls/openssl-auto-le/README.md +++ b/https-tls/openssl-auto-le/README.md @@ -1,5 +1,5 @@ -# Automatic Let's Encrypt TLS/SSL (via OpenSSL) +# Automatic Let's Encrypt TLS/HTTPS using OpenSSL -We use [acme-micro](https://github.com/kpcyrd/acme-micro) to auto-generate TLS/SSL certificates via OpenSSL for a given domain. +We use [`acme-micro`](https://github.com/kpcyrd/acme-micro) to auto-generate TLS/HTTPS certificates using OpenSSL for a given domain. Process is explained in code. diff --git a/https-tls/openssl/README.md b/https-tls/openssl/README.md index 05132f5e..e8865771 100644 --- a/https-tls/openssl/README.md +++ b/https-tls/openssl/README.md @@ -1,4 +1,4 @@ -# tls example +# HTTPS Server using OpenSSL ## Usage diff --git a/https-tls/rustls-client-cert/README.md b/https-tls/rustls-client-cert/README.md index 987d52a0..dc04ad5c 100644 --- a/https-tls/rustls-client-cert/README.md +++ b/https-tls/rustls-client-cert/README.md @@ -1,4 +1,4 @@ -# Access Client Certificate (via Rustls) +# TLS Client Certificate (using Rustls) ## Usage diff --git a/https-tls/rustls/README.md b/https-tls/rustls/README.md index e6cbf9ac..68b7d7eb 100644 --- a/https-tls/rustls/README.md +++ b/https-tls/rustls/README.md @@ -1,4 +1,4 @@ -# TLS / HTTPS (via Rustls) +# HTTPS Server (using Rustls) ## Usage