mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
better HTTPS readmes
This commit is contained in:
parent
8c1b59ff9e
commit
3d10ce96f5
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# tls example
|
# HTTPS Server using OpenSSL
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Access Client Certificate (via Rustls)
|
# TLS Client Certificate (using Rustls)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# TLS / HTTPS (via Rustls)
|
# HTTPS Server (using Rustls)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user