diff --git a/frontend/src/locale/src/HelpDoc/en/CertificateAuthorities.md b/frontend/src/locale/src/HelpDoc/en/CertificateAuthorities.md index 918a211..fbba8f0 100644 --- a/frontend/src/locale/src/HelpDoc/en/CertificateAuthorities.md +++ b/frontend/src/locale/src/HelpDoc/en/CertificateAuthorities.md @@ -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) diff --git a/frontend/src/locale/src/HelpDoc/en/Hosts.md b/frontend/src/locale/src/HelpDoc/en/Hosts.md new file mode 100644 index 0000000..3e33b2a --- /dev/null +++ b/frontend/src/locale/src/HelpDoc/en/Hosts.md @@ -0,0 +1,3 @@ +# Hosts Help + +todo diff --git a/frontend/src/locale/src/HelpDoc/en/Upstreams.md b/frontend/src/locale/src/HelpDoc/en/Upstreams.md new file mode 100644 index 0000000..1a7f99f --- /dev/null +++ b/frontend/src/locale/src/HelpDoc/en/Upstreams.md @@ -0,0 +1,3 @@ +# Upstreams Help + +todo diff --git a/frontend/src/locale/src/HelpDoc/en/index.ts b/frontend/src/locale/src/HelpDoc/en/index.ts index d79fb27..eda71d6 100644 --- a/frontend/src/locale/src/HelpDoc/en/index.ts +++ b/frontend/src/locale/src/HelpDoc/en/index.ts @@ -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";