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.
## 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...
### Steps to Reproduce 1- Follow the official documentation to configure step-ca in hashicorp vault ra mode: https://smallstep.com/docs/step-ca/registration-authority-ra-mode/#hashicorp-vault-ra-mode 2- Use kubernetes auth type instead of approle auth type. 3- Generate...
### Steps to Reproduce Install Step CA on a small partition, and fill it completely (no disk available) (for example, with a log file). ### Your Environment * OS -...
### Steps to Reproduce 1. Use contexts. 2. Set up an x509 template and set the location as `templates/x509/...` in the ca.json. 3. 5xx due to file not found error....
### Description We should update docker images using debian:bullseye (11) to use debian:bookworm (12)
Apple added (or at least intends to add) new OIDs in the attestation certificate. These new OIDs were announced in [this WWDC23 video](https://developer.apple.com/videos/play/wwdc2023/10040/) and are listed around 14:39 into the...
[Bug]: json: cannot unmarshal number into Go value of type ca.AdminClientError - when listing admins
### Steps to Reproduce Docker latest. Create container with 'DOCKER_STEPCA_INIT_REMOTE_MANAGEMENT: false'. From within the same step-ca container or when using a 2nd container for Step CLI; attempt a 'step ca...
### Steps to Reproduce This docker-compose.yml work: ``` services: nginx: ....... labels: - "traefik.enable=true" - "traefik.http.routers.laravel.rule=Host(`site.tld`) || Host(`backend.site.tld`)" - "traefik.http.routers.laravel.entrypoints=websecure" - "traefik.http.routers.laravel.tls=true" - "traefik.http.routers.laravel.tls.certResolver=defaultResolver" - "traefik.http.routers.laravel.tls.domains[0].main=site.tld" - "traefik.http.routers.laravel.tls.domains[0].sans=backend.site.tld" ``` if...
## 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...
#### Name of feature: Skip challenge validation if provisioner challenges empty #### Pain or issue this feature alleviates: DNS configuration was required for personal use on local machines. With this...