cfssl
cfssl copied to clipboard
CFSSL: Cloudflare's PKI and TLS toolkit
I really like cfssl, and i find myself wanting something similar for running an openssh certificate authority. The private key format is the same, but the public key format is...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. Release notes Sourced from golangci/golangci-lint-action's releases. v5.0.0 What's Changed Changes feat: add support for pull_request_target and only-new-issues by @kovetskiy in golangci/golangci-lint-action#506 feat: add option...
Bumps [github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx) from 1.3.5 to 1.4.0. Release notes Sourced from github.com/jmoiron/sqlx's releases. Update dependencies to their latest stable versions This release has updated all dependencies to their latest stable version....
When cfssl receives a certifcate signing request (CSR) which contains one or multiple `domainComponent` (`DC`) relative distinguished names (RDNs) in the subject, then the subject of the signed certificate emitted...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
I'm using CFSSL inside a docker container to sign leaf certificates. The container is configured with a CA, and provides a web API which uses CFSSL to sign CSRs. The...
While playing around with `cfssl` a bit, I've noticed that its not always possible to decode `.p12`- or `.pfx`-files due to the following error: ``` unknown digest algorithm 2.16.840.1.101.3.4.2.1 ```...
Bumps [github.com/zmap/zlint/v3](https://github.com/zmap/zlint) from 3.5.0 to 3.6.2. Release notes Sourced from github.com/zmap/zlint/v3's releases. v3.6.2 ZLint v3.6.2 The ZMap team is happy to share ZLint v3.6.2. Thank you to everyone who contributes...
Hello, I have a usecase where I need to set up multiple intermediate CAs signed by a single root CA. The goal is to expose these intermediate CAs **as API...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.22.0. Commits d042a39 go.mod: update golang.org/x dependencies b92bf94 ssh: respect MaxAuthTries also for "none" auth attempts 6f79b5a ssh: add server side multi-step authentication 8d0d405 x/crypto/chacha20:...