[Bug 256992] [New Port] security/certmgr: Automated certificate management using a CFSSL CA

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 05 Jul 2021 14:13:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256992

            Bug ID: 256992
           Summary: [New Port] security/certmgr: Automated certificate
                    management using a CFSSL CA
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/cloudflare/certmgr
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: fuz@fuz.su

Created attachment 226238
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226238&action=edit
security/certmgr: Automated certificate management using a CFSSL CA

From the WantedPorts list (https://wiki.freebsd.org/WantedPorts).

Straightforward Go port.  Added a sample configuration file and fixed hard
coded paths to respect PREFIX.  No rc.d script for now; I don't even know if
that would be appropriate for this tool.

portlint and portclippy like the port.  Tested on arm64 FreeBSD 13.0-RELEASE
with poudriere.

***
certmgr is a tool for managing certificates using CFSSL. It does the
following:

 - Ensures certificates are present.
 - Renews certificates before they expire.
 - Triggering a service reload or restart on certificate updates.

It operates on certificate specs, which are JSON files containing the
information needed to generate a certificate.

WWW: https://github.com/cloudflare/certmgr

-- 
You are receiving this mail because:
You are the assignee for the bug.