[ 原始碼: golang-github-caddyserver-certmagic ]
套件:golang-github-caddyserver-certmagic-dev(0.17.2-2)
golang-github-caddyserver-certmagic-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-caddyserver-certmagic:
- [golang-github-caddyserver-certmagic_0.17.2-2.dsc]
- [golang-github-caddyserver-certmagic_0.17.2.orig.tar.gz]
- [golang-github-caddyserver-certmagic_0.17.2-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- python3-certbot-dns-standalone
- python3-certbot-dns-cloudflare
- python3-certbot-dns-digitalocean
- python3-certbot-dns-dnsimple
- python3-certbot-dns-gehirn
- python3-certbot-dns-google
- python3-certbot-dns-linode
- python3-certbot-dns-ovh
- python3-certbot-dns-route53
- python3-certbot-dns-sakuracloud
- python3-certbot-dns-rfc2136
Go library for automatic HTTPS using Let's Encrypt
With CertMagic, one can add one line to your Go application to serve securely over TLS, without ever having to touch certificates.
Features:
* Fully automated certificate management including issuance and renewal * One-liner, fully managed HTTPS servers * HTTP->HTTPS redirects * Solves all 3 ACME challenges: HTTP, TLS-ALPN, and DNS * Robust error handling of any ACME client * All libdns DNS providers work out-of-the-box (https://github.com/libdns) * Pluggable storage implementations (default: file system) * Wildcard certificates * Automatic OCSP stapling * Distributed solving of all challenges (works behind load balancers) * Supports "on-demand" issuance of certificates * Optional event hooks for observation * Works with any certificate authority (CA) compliant with the ACME specification * Certificate revocation * Scales to hundreds of thousands of names/certificates per instance * Use in conjunction with ones own certificates
其他與 golang-github-caddyserver-certmagic-dev 有關的套件
|
|
|
|
-
- dep: golang-github-klauspost-cpuid-dev (>= 2.0.6~)
- CPU feature identification for Go
-
- dep: golang-github-libdns-libdns-dev
- Core interfaces for universal DNS record manipulation across providers
-
- dep: golang-github-mholt-acmez-dev
- Premier ACME client library for Go (library)
-
- dep: golang-github-miekg-dns-dev
- DNS protocol library for Go
-
- dep: golang-go.uber-zap-dev
- Blazing fast, structured, leveled logging in Go
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries