cfssl
cfssl copied to clipboard
CFSSL: Cloudflare's PKI and TLS toolkit
Certificate serial stored as Decimal instead of Hex
When a certificate is created by cfssl it stores the serial number as a Decimal entry while the serial number is stored as hex in the cert it self. When...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.8.0 to 1.8.1. Release notes Sourced from github.com/go-sql-driver/mysql's releases. v1.8.1 What's Changed Bugfixes: fix race condition when context is canceled in #1562 and #1570 Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.8.0...v1.8.1...
undefined: strings.CutPrefix
When I executed the install command an error was returned, but my go version was greater than the required 1.18. - Installation command ` go install github.com/cloudflare/cfssl/cmd/...@latest` - Error message...
Fix: https://github.com/cloudflare/cfssl/issues/1064 ## Motivation Today, I attempted to use cfssl to generate my certificate and key, with a validity period of 5 minutes, and then setup that to my program,...
Name Constraints
I can't seem to find anywhere an example of setting X509 name constraints on a CA cert. Is it possible to do this?
Is there an option to enable HSTS on the cfssl serve command ? Strict-Transport-Security (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security) HTTP response header Kind regards
Error when using multirootca with sqlite db
Hi, I'm using multicrootca with the sqlite backend. With the lastest release 1.6.4 on Debian amd64 I'm getting this error: `"Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work....
the CA cert's SAN extensions not include DNSName.
I use cfssl to sign a intermedia-ca. the intermediate-ca.json has **"hosts"** config: ```json { "CN": "Custom Widgets Intermediate CA", "hosts": [ "host1.custom-widgets.com", "localhost", "192.168.1.3" ], "key": { "algo": "rsa", "size":...
ocsprefresh 8100 Certificate not issued by this issuer
I setup cfssl following [part1](https://propellered.com/posts/cfssl_setting_up/), [part2](https://propellered.com/posts/cfssl_setting_up_ocsp_api/) & [part3](https://propellered.com/posts/cfssl_revoking_certs_ocsp_reponder/) Here is every command I use : root@2e4741a2f4dc:/certs# cfssl genkey -initca rootCA.csr.json |cfssljson -bare rootCA/rootCA 2020/04/25 12:41:20 [INFO] generate received request 2020/04/25...