Skip to content

Commit 972e53d

Browse files
committed
More documentation
1 parent 91fe448 commit 972e53d

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

frontend/src/locale/src/HelpDoc/en/CertificateAuthorities.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## What is a Certificate Authority?
44

5-
A **certificate authority (CA)**, also sometimes referred to as a
6-
**certification authority**, is a company or organization that acts to validate
5+
A **Certificate Authority (CA)**, also sometimes referred to as a
6+
**Certification Authority**, is a company or organization that acts to validate
77
the identities of entities (such as websites, email addresses, companies, or
88
individual persons) and bind them to cryptographic keys through the issuance of
99
electronic documents known as digital certificates.
@@ -24,3 +24,6 @@ greater understanding of the SSL ecosystem.
2424
When requesting SSL Certificates through your custom CA and while they will be
2525
successful, browsers will not automatically trust your CA and visiting hosts
2626
using certificates issued by that CA will show errors.
27+
28+
- [StepCA](https://smallstep.com/docs/step-ca)
29+
- [Pebble](https://github.com/letsencrypt/pebble)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Hosts Help
2+
3+
todo
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Upstreams Help
2+
3+
todo

frontend/src/locale/src/HelpDoc/en/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ export * as AccessLists from "./AccessLists.md";
22
export * as Certificates from "./Certificates.md";
33
export * as CertificateAuthorities from "./CertificateAuthorities.md";
44
export * as DNSProviders from "./DNSProviders.md";
5+
export * as Hosts from "./Hosts.md";
56
export * as NginxTemplates from "./NginxTemplates.md";
7+
export * as Upstreams from "./Upstreams.md";

0 commit comments

Comments
 (0)