Source: mkcert
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>
Section: utils
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-net-dev,
               golang-sslmate-src-go-pkcs12-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/mkcert
Vcs-Git: https://salsa.debian.org/go-team/packages/mkcert.git
Homepage: https://github.com/FiloSottile/mkcert
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/FiloSottile/mkcert

Package: mkcert
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Simple zero-config tool to make locally trusted certificates
 mkcert is a simple tool for making locally-trusted development
 certificates. It requires no configuration.
 .
 mkcert automatically creates and installs a local CA in the system
 root store, and generates locally-trusted certificates. mkcert does
 not automatically configure servers to use the certificates, though,
 that's up to you.
