{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:golang/github.com/anonutopia/certmagic","name":"github.com/anonutopia/certmagic","description":"Package certmagic automates the obtaining and renewal of TLS certificates,\nincluding TLS \u0026 HTTPS best practices such as robust OCSP stapling, caching,\nHTTP-\u003eHTTPS redirects, and more.\n\nIts high-level API serves your HTTP handlers over HTTPS if you simply give\nthe domain name(s) and the http.Handler; CertMagic will create and run\nthe HTTPS server for you, fully managing certificates during the lifetime\nof the server. Similarly, it can be used to start TLS listeners or return\na ready-to-use tls.Config -- whatever layer you need TLS for, CertMagic\nmakes it easy. See the HTTPS, Listen, and TLS functions for that.\n\nIf you need more control, create a Cache using NewCache() and then make\na Config using New(). You can then call Manage() on the config. But if\nyou use this lower-level API, you'll have to be sure to solve the HTTP\nand TLS-ALPN challenges yourself (unless you disabled them or use the\nDNS challenge) by using the provided Config.GetCertificate function\nin your tls.Config and/or Config.HTTPChallangeHandler in your HTTP\nhandler.\n\nSee the package's README for more instruction.","version":"v0.12.0","softwareVersion":"v0.12.0","license":"https://spdx.org/licenses/Apache-2.0","codeRepository":"https://github.com/anonutopia/certmagic","issueTracker":"https://github.com/caddyserver/certmagic/issues","url":"https://github.com/caddyserver/certmagic","programmingLanguage":{"@type":"ComputerLanguage","name":"Go"},"dateCreated":"2019-04-20","dateModified":"2020-09-17","datePublished":"2020-09-17","copyrightYear":2019,"downloadUrl":"https://proxy.golang.org/cached-only/github.com/anonutopia/certmagic/@v/v0.12.0.zip","softwareHelp":{"@type":"WebSite","url":"https://pkg.go.dev/github.com/anonutopia/certmagic#section-documentation"},"applicationCategory":"go","runtimePlatform":"go","developmentStatus":"active","sameAs":["https://pkg.go.dev/github.com/anonutopia/certmagic"],"funder":[{"@type":"Organization","url":"https://github.com/sponsors/mholt"}],"https://www.w3.org/ns/activitystreams#likes":4674,"https://forgefed.org/ns#forks":267}