certificates icon indicating copy to clipboard operation
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.

Results 283 certificates issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement
needs triage

Currently we can use a single cert and key for intermediate certificate and that is defined in the root section of the config. ``` { "root": "examples/pki/secrets/root_ca.crt", "federatedRoots": ["examples/pki/secrets/federated_root_ca.crt"], "crt":...

### Steps to Reproduce Idea is to setup intermediate CA using stepca on openshift cluster. So I have got certificate signed from our root microsoft PKI server. Everything works fine,...

bug
needs triage

### Steps to Reproduce ```Bash curl http:///roots.pem 404 page not found ``` ```Bash curl https:///roots.pem -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- ``` ### Your Environment step-ca -v Smallstep CA/0.28.3 (linux/amd64) Release...

bug
needs triage

### Discussed in https://github.com/smallstep/certificates/discussions/1395 Originally posted by **kuehne-trustable-de** May 22, 2023 Are there any plans / schedule to implement PQC algorithms? Hybrid certificates would be great!

I implemented an SSH Certificate Authority (CA) and configured a target host in AWS using the steps outlined in this [Smallstep blog post](https://smallstep.com/blog/use-ssh-certificates/). Everything went smoothly: - The CA server...

This PR adds the internal error message to the ACME response log. This provides more information in the event of an ACME challenge failing to be completed, such as network...

needs triage

### Steps to Reproduce I don't have IPv4 addresses in my environment, so I am unable to pull the latest release: ``` [ec2-user@i-0c7d50cdd77cb708b ~]$ curl https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.28.1/step-ca-0.28.1-1.aarch64.rpm -O -v % Total...

bug
needs triage

### Steps to Reproduce 1. Run an Ansible playbook that tries to deactivate all authz for an existing ACME v2 order. (e.g. https://docs.ansible.com/ansible/latest//collections/community/crypto/acme_certificate_deactivate_authz_module.html) 2. Observe this is the Step CA...

bug
needs triage

## 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...

enhancement
needs triage