Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for tls (0.16 sec)

  1. docs/zh/docs/deployment/docker.md

    
    ### 负载均衡器
    
    使用容器时,通常会有一些组件**监听主端口**。 它可能是处理 **HTTPS** 的 **TLS 终止代理** 或一些类似的工具的另一个容器。
    
    由于该组件将接受请求的**负载**并(希望)以**平衡**的方式在worker之间分配该请求,因此它通常也称为**负载均衡器**。
    
    !!! tip
        用于 HTTPS **TLS 终止代理** 的相同组件也可能是 **负载均衡器**。
    
    当使用容器时,你用来启动和管理容器的同一系统已经具有内部工具来传输来自该**负载均衡器**(也可以是**TLS 终止代理**) 的**网络通信**(例如HTTP请求)到你的应用程序容器。
    
    ### 一个负载均衡器 - 多个worker容器
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 31.2K bytes
    - Viewed (0)
  2. docs/zh/docs/deployment/concepts.md

    ## 安全性 - HTTPS
    
    在[上一章有关 HTTPS](https.md){.internal-link target=_blank} 中,我们了解了 HTTPS 如何为您的 API 提供加密。
    
    我们还看到,HTTPS 通常由应用程序服务器的**外部**组件(**TLS 终止代理**)提供。
    
    并且必须有某个东西负责**更新 HTTPS 证书**,它可以是相同的组件,也可以是不同的组件。
    
    
    ### HTTPS 示例工具
    
    您可以用作 TLS 终止代理的一些工具包括:
    
    * Traefik
         * 自动处理证书更新 ✨
    * Caddy
         * 自动处理证书更新 ✨
    * Nginx
         * 使用 Certbot 等外部组件进行证书更新
    * HAProxy
         * 使用 Certbot 等外部组件进行证书更新
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 16.2K bytes
    - Viewed (0)
  3. docs/de/docs/deployment/docker.md

    ```
    .
    ├── app
    │   ├── __init__.py
    │   └── main.py
    ├── Dockerfile
    └── requirements.txt
    ```
    
    #### Hinter einem TLS-Terminierungsproxy
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:19:17 GMT 2024
    - 38.9K bytes
    - Viewed (0)
  4. docs/en/docs/deployment/docker.md

    You should now have a directory structure like:
    
    ```
    .
    ├── app
    │   ├── __init__.py
    │   └── main.py
    ├── Dockerfile
    └── requirements.txt
    ```
    
    #### Behind a TLS Termination Proxy
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 34K bytes
    - Viewed (0)
  5. docs/pt/docs/deployment/docker.md

    ```
    .
    ├── app
    │   ├── __init__.py
    │   └── main.py
    ├── Dockerfile
    └── requirements.txt
    ```
    
    #### Por Trás de um Proxy de Terminação TLS
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 37.4K bytes
    - Viewed (0)
  6. docs/de/docs/deployment/concepts.md

    Und es muss etwas geben, das für die **Erneuerung der HTTPS-Zertifikate** zuständig ist, es könnte sich um dieselbe Komponente handeln oder um etwas anderes.
    
    ### Beispieltools für HTTPS
    
    Einige der Tools, die Sie als TLS-Terminierungsproxy verwenden können, sind:
    
    * Traefik
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:16:25 GMT 2024
    - 20.6K bytes
    - Viewed (0)
  7. docs/ja/docs/deployment/docker.md

    コンテナを使用する場合、通常はメイン・ポート**でリスニング**しているコンポーネントがあるはずです。それはおそらく、**HTTPS**を処理するための**TLS Termination Proxy**でもある別のコンテナであったり、同様のツールであったりするでしょう。
    
    このコンポーネントはリクエストの **負荷** を受け、 (うまくいけば) その負荷を**バランスよく** ワーカーに分配するので、一般に **ロードバランサ** とも呼ばれます。
    
    !!! tip
      HTTPSに使われるものと同じ**TLS Termination Proxy**コンポーネントは、おそらく**ロードバランサー**にもなるでしょう。
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 44.3K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    ### Docs
    
    * 📝 Add external link: How to Create A Fake Certificate Authority And Generate TLS Certs for FastAPI. PR [#2839](https://github.com/tiangolo/fastapi/pull/2839) by [@aitoehigie](https://github.com/aitoehigie).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  9. docs/en/data/external_links.yml

        author: Somraj Saha
      - author: "@pystar"
        author_link: https://pystar.substack.com/
        link: https://pystar.substack.com/p/how-to-create-a-fake-certificate
        title: How to Create A Fake Certificate Authority And Generate TLS Certs for FastAPI
      - author: Ben Gamble
        author_link: https://uk.linkedin.com/in/bengamble7
        link: https://ably.com/blog/realtime-ticket-booking-solution-kafka-fastapi-ably
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Mar 21 20:57:27 GMT 2024
    - 21.3K bytes
    - Viewed (2)
Back to top