golang-github-caddyserver-certmagic 0.17.2-2 source package in Ubuntu

Changelog

golang-github-caddyserver-certmagic (0.17.2-2) unstable; urgency=medium

  * Source only upload (accidentally uploaded amd-changes for 0.17.2-1)

 -- Peymaneh <email address hidden>  Sun, 18 Dec 2022 21:39:15 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-caddyserver-certmagic_0.17.2-2.dsc 1.9 KiB d0fb742fc33d7367d7da378eceee8fb436ff2dab2fcb33635a0b9b233a4d7b7d
golang-github-caddyserver-certmagic_0.17.2.orig.tar.gz 108.9 KiB fa0c863c0c3a04dcb46fd0e2365763be53525f03d185a176f61fad7ee084a098
golang-github-caddyserver-certmagic_0.17.2-2.debian.tar.xz 4.3 KiB 1b8c40519dcab0986b72e4da4f7ef3f66be81840687989b27d5dfd5a4339496f

Available diffs

No changes file available.

Binary packages built by this source

golang-github-caddyserver-certmagic-dev: 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