1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

better HTTPS readmes

This commit is contained in:
Rob Ede 2023-05-22 14:21:48 +01:00
parent 8c1b59ff9e
commit 3d10ce96f5
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
5 changed files with 7 additions and 5 deletions

View File

@ -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. 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. It uses best practices for efficient client set up and demonstrates how to increase the default payload limit.

View File

@ -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. Process is explained in code.

View File

@ -1,4 +1,4 @@
# tls example # HTTPS Server using OpenSSL
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# Access Client Certificate (via Rustls) # TLS Client Certificate (using Rustls)
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# TLS / HTTPS (via Rustls) # HTTPS Server (using Rustls)
## Usage ## Usage