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 document this feature, comment to let us know (we'll work with you on...
#### Name of feature: Add "AuthParams" to OIDC provisioner. #### Pain or issue this feature alleviates: AuthParams (or "extra parameters for the authorization request") are sometimes a requirement for OIDC...
### Steps to Reproduce 1. Use Adguard "Filters->DNS Rewrites", add the wildcard A entry. (*.subdomain.domain.com) 2. Send a TLS cert request using the DNS name anything.subdomain.domain.com (traefik auto-request) Note: As...
This allows the CLI to retrieve custom scopes from the provider for use when performing the oauth exchange to generate a token. Custom scopes are useful, for example, when using...
#### Name of feature: Allowing **GCP** provisioner to issue SSH User Certificates - Option 2 #### Pain or issue this feature alleviates: #### Why is this important to the project...
This commit will mark a provisioner as disabled if it fails to initialize. The provisioner will be visible, but authorizing a token with a disabled provisioner will always fail. Fixes:...
## 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. Create CSR without specifying SAN: ``` openssl req \ -new -newkey rsa:4096 \ -out example.com.csr \ -keyout example.com.pem \ -subj "/C=AU/ST=Example/L=Example/O=Example Ltd./OU=Example Team/CN=example.com.crt" ``` 2....
## 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 Enabled the crl option in the configuration. Download a crl. ### Your Environment * OS - RedHat 8.9 * `step-ca` Version - 0.25.2 ### Expected Behavior...