- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 30 for Caddy (0.04 seconds)
-
docs/fr/docs/deployment/https.md
Parmi les options que vous pourriez utiliser comme Proxy de terminaison TLS : * Traefik (qui peut également gérer les renouvellements de certificats) * Caddy (qui peut également gérer les renouvellements de certificats) * Nginx * HAProxy ## Let's Encrypt { #lets-encrypt } Avant Let's Encrypt, ces **certificats HTTPS** étaient vendus par des tiers de confiance.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 15.8K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.28.md
- github.com/containerd/ttrpc: [v1.1.0 → v1.2.2](https://github.com/containerd/ttrpc/compare/v1.1.0...v1.2.2) - github.com/coredns/caddy: [v1.1.0 → v1.1.1](https://github.com/coredns/caddy/compare/v1.1.0...v1.1.1) - github.com/coreos/go-oidc: [v2.1.0+incompatible → v2.2.1+incompatible](https://github.com/coreos/go-oidc/compare/v2.1.0...v2.2.1)
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Sep 05 03:47:18 GMT 2025 - 456.9K bytes - Click Count (1) -
docs/zh/docs/deployment/concepts.md
我们还看到,HTTPS 通常由应用程序服务器的**外部**组件(**TLS 终止代理**)提供。 并且必须有某个东西负责**更新 HTTPS 证书**,它可以是相同的组件,也可以是不同的组件。 ### HTTPS 示例工具 { #example-tools-for-https } 您可以用作 TLS 终止代理的一些工具包括: * Traefik * 自动处理证书更新 ✨ * Caddy * 自动处理证书更新 ✨ * Nginx * 使用 Certbot 等外部组件进行证书更新 * HAProxy * 使用 Certbot 等外部组件进行证书更新 * 带有 Ingress Controller(如 Nginx) 的 Kubernetes * 使用诸如 cert-manager 之类的外部组件来进行证书更新 * 由云服务商内部处理,作为其服务的一部分(请阅读下文👇)Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 16.8K bytes - Click Count (0) -
docs/es/docs/deployment/concepts.md
### Herramientas de Ejemplo para HTTPS { #example-tools-for-https } Algunas de las herramientas que podrías usar como Proxy de Terminación TLS son: * Traefik * Maneja automáticamente las renovaciones de certificados ✨ * Caddy * Maneja automáticamente las renovaciones de certificados ✨ * Nginx * Con un componente externo como Certbot para las renovaciones de certificados * HAProxyCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 20K bytes - Click Count (0) -
docs/pt/docs/deployment/concepts.md
### Ferramentas de exemplo para HTTPS { #example-tools-for-https } Algumas das ferramentas que você pode usar como um proxy de terminação TLS são: * Traefik * Lida automaticamente com renovações de certificados ✨ * Caddy * Lida automaticamente com renovações de certificados ✨ * Nginx * Com um componente externo como o Certbot para renovações de certificados * HAProxyCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 20.3K bytes - Click Count (0) -
docs/fr/docs/deployment/concepts.md
### Exemples d’outils pour HTTPS { #example-tools-for-https } Parmi les outils que vous pourriez utiliser comme TLS Termination Proxy : * Traefik * Gère automatiquement le renouvellement des certificats ✨ * Caddy * Gère automatiquement le renouvellement des certificats ✨ * Nginx * Avec un composant externe comme Certbot pour le renouvellement des certificats * HAProxyCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 21.4K bytes - Click Count (0) -
docs/ko/docs/deployment/concepts.md
### HTTPS를 위한 도구 예시 { #example-tools-for-https } TLS Termination Proxy로 사용할 수 있는 도구는 예를 들어 다음과 같습니다: * Traefik * 인증서 갱신을 자동으로 처리 ✨ * Caddy * 인증서 갱신을 자동으로 처리 ✨ * Nginx * 인증서 갱신을 위해 Certbot 같은 외부 컴포넌트 사용 * HAProxy * 인증서 갱신을 위해 Certbot 같은 외부 컴포넌트 사용 * Nginx 같은 Ingress Controller를 사용하는 Kubernetes * 인증서 갱신을 위해 cert-manager 같은 외부 컴포넌트 사용Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 21.2K bytes - Click Count (0) -
docs/ja/docs/deployment/concepts.md
さらに、HTTPS証明書の更新を担当するものが必要で、同じコンポーネントが担当することもあれば、別のコンポーネントが担当することもあります。 ### HTTPS 用ツールの例 { #example-tools-for-https } TLS Termination Proxyとして使用できるツールには以下のようなものがあります: * Traefik * 証明書の更新を自動的に処理 ✨ * Caddy * 証明書の更新を自動的に処理 ✨ * Nginx * 証明書更新のために Certbot のような外部コンポーネントを使用 * HAProxy * 証明書更新のために Certbot のような外部コンポーネントを使用 * Nginx のような Ingress Controller を持つ Kubernetes * 証明書の更新に cert-manager のような外部コンポーネントを使用Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 24.5K bytes - Click Count (0) -
docs/en/docs/release-notes.md
* ✏️ Fix typo on docstring in datastructures file. PR [#2887](https://github.com/tiangolo/fastapi/pull/2887) by [@Kludex](https://github.com/Kludex). * 📝 Add External Link: Deploy FastAPI on Ubuntu and Serve using Caddy 2 Web Server. PR [#3572](https://github.com/tiangolo/fastapi/pull/3572) by [@tiangolo](https://github.com/tiangolo).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
gmbh // gmo : GMO Internet, Inc. // https://www.iana.org/domains/root/db/gmo.html gmo // gmx : 1&1 Mail & Media GmbH // https://www.iana.org/domains/root/db/gmx.html gmx // godaddy : Go Daddy East, LLC // https://www.iana.org/domains/root/db/godaddy.html godaddy // gold : Binky Moon, LLC // https://www.iana.org/domains/root/db/gold.html gold // goldpoint : YODOBASHI CAMERA CO.,LTD.
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 309.7K bytes - Click Count (1)