certmgr
certmgr copied to clipboard
Automated certificate management using a CFSSL CA.
👋 it has been three years since last release, 3.0.3, good to cut a new release. Thanks!
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.9.4 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20190613124609-5ed2794edfdc to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20190611184440-5c40567a22f8 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...
The software is currently broken on riscv64 FreeBSD due to an outdated version of `golang.org/x/sys`. Please bump this dependency to version `0.5.0` to fix the breakage.
address to #115 [ref](https://github.com/go-yaml/yaml/issues/63) #114, #107 with this PR you can use yaml for spec files again. it let us use "certmgr genconfig" again and inject the latest tag to...
hey, i wanted to provide my specs as yaml. according to spec.rst and release changelog since 2.0.0 it is supported for spec files, too. i have testet with the binary...
Hi, Is there any way to dump not only cert/key/ca, but also cert+ca bundle? Thanks!
hey there, i did playing around with certmgr and cfssl to build internal CA for my homelab, and my first impression is : wow, what great toolset! but i got...