mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-08 20:48:15 -05:00
More documentation
This commit is contained in:
parent
91fe448782
commit
972e53df71
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## What is a Certificate Authority?
|
## What is a Certificate Authority?
|
||||||
|
|
||||||
A **certificate authority (CA)**, also sometimes referred to as a
|
A **Certificate Authority (CA)**, also sometimes referred to as a
|
||||||
**certification authority**, is a company or organization that acts to validate
|
**Certification Authority**, is a company or organization that acts to validate
|
||||||
the identities of entities (such as websites, email addresses, companies, or
|
the identities of entities (such as websites, email addresses, companies, or
|
||||||
individual persons) and bind them to cryptographic keys through the issuance of
|
individual persons) and bind them to cryptographic keys through the issuance of
|
||||||
electronic documents known as digital certificates.
|
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
|
When requesting SSL Certificates through your custom CA and while they will be
|
||||||
successful, browsers will not automatically trust your CA and visiting hosts
|
successful, browsers will not automatically trust your CA and visiting hosts
|
||||||
using certificates issued by that CA will show errors.
|
using certificates issued by that CA will show errors.
|
||||||
|
|
||||||
|
- [StepCA](https://smallstep.com/docs/step-ca)
|
||||||
|
- [Pebble](https://github.com/letsencrypt/pebble)
|
||||||
|
3
frontend/src/locale/src/HelpDoc/en/Hosts.md
Normal file
3
frontend/src/locale/src/HelpDoc/en/Hosts.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Hosts Help
|
||||||
|
|
||||||
|
todo
|
3
frontend/src/locale/src/HelpDoc/en/Upstreams.md
Normal file
3
frontend/src/locale/src/HelpDoc/en/Upstreams.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Upstreams Help
|
||||||
|
|
||||||
|
todo
|
@ -2,4 +2,6 @@ export * as AccessLists from "./AccessLists.md";
|
|||||||
export * as Certificates from "./Certificates.md";
|
export * as Certificates from "./Certificates.md";
|
||||||
export * as CertificateAuthorities from "./CertificateAuthorities.md";
|
export * as CertificateAuthorities from "./CertificateAuthorities.md";
|
||||||
export * as DNSProviders from "./DNSProviders.md";
|
export * as DNSProviders from "./DNSProviders.md";
|
||||||
|
export * as Hosts from "./Hosts.md";
|
||||||
export * as NginxTemplates from "./NginxTemplates.md";
|
export * as NginxTemplates from "./NginxTemplates.md";
|
||||||
|
export * as Upstreams from "./Upstreams.md";
|
||||||
|
Loading…
Reference in New Issue
Block a user