More documentation

This commit is contained in:
Jamie Curnow 2023-03-01 19:06:46 +10:00
parent 91fe448782
commit 972e53df71
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E
4 changed files with 13 additions and 2 deletions

View File

@ -2,8 +2,8 @@
## What is a Certificate Authority?
A **certificate authority (CA)**, also sometimes referred to as a
**certification authority**, is a company or organization that acts to validate
A **Certificate Authority (CA)**, also sometimes referred to as a
**Certification Authority**, is a company or organization that acts to validate
the identities of entities (such as websites, email addresses, companies, or
individual persons) and bind them to cryptographic keys through the issuance of
electronic documents known as digital certificates.
@ -24,3 +24,6 @@ greater understanding of the SSL ecosystem.
When requesting SSL Certificates through your custom CA and while they will be
successful, browsers will not automatically trust your CA and visiting hosts
using certificates issued by that CA will show errors.
- [StepCA](https://smallstep.com/docs/step-ca)
- [Pebble](https://github.com/letsencrypt/pebble)

View File

@ -0,0 +1,3 @@
# Hosts Help
todo

View File

@ -0,0 +1,3 @@
# Upstreams Help
todo

View File

@ -2,4 +2,6 @@ export * as AccessLists from "./AccessLists.md";
export * as Certificates from "./Certificates.md";
export * as CertificateAuthorities from "./CertificateAuthorities.md";
export * as DNSProviders from "./DNSProviders.md";
export * as Hosts from "./Hosts.md";
export * as NginxTemplates from "./NginxTemplates.md";
export * as Upstreams from "./Upstreams.md";