certificates
certificates copied to clipboard
🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
### Steps to Reproduce ### Issue I recently set up a new Step-CA server to work with a load balancer for ACME certificates using the HTTP-01 challenge. First time enrollments...
### Steps to Reproduce Hi, After replacing dnsmasq with bind I can't get any certificates anymore it seems. ### Your Environment * OS - ubuntu 24.04 (arm64) / armbian *...
This commit upgrades go.step.sm/crypto with a version that adds support for setting validity bounds in templates. It also modifies the X.509 certificate modifiers to support them. SSH certificate modifiers should...
### Steps to Reproduce - **Fake reproducer**: Configure empty JSON in the payload part of the JWK for `/acme/acme/challenge/...` HTTP call. - **Real reproducer**: Try to generate device certificate using...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
Fixes https://github.com/smallstep/cli/issues/841. Surprisingly (to me), `errs.NotFound` does NOT return an errors that JSON-serializes the error message. Instead, it always serializes the default error message ("The requested resource could not be...
### Steps to Reproduce Make a *.pub SSH file. Make a symlink to it. Use `step ssh inspect`, specifying the symlink. ### Your Environment * OS - FreeBSD 14.0-RELEASE-p6 amd64...
Fixes #372. Do we have any end-to-end tests for this?
### Discussed in https://github.com/smallstep/certificates/discussions/1428 Originally posted by **btrepp** June 11, 2023 Hi there, First of, this tool is amazing, an ACME provider that I can easily manage private certificates, its...
### Steps to Reproduce Generate a root certificate ```bash cd ~ echo "test" > passwd step ca init --deployment-type standalone --password-file passwd --dns ca.home --name Homelab --address :443 --provisioner JWK...