Commit Graph

1485 Commits (b68344ec36a230cd7e1c8f14c5db5dd2f2db5ab0)
 

Author SHA1 Message Date
Mariano Cano a7e2ebb7d2 Fix creation of certificate without templates. 4 years ago
Mariano Cano 3c84453cf4 Move CreateTemplateData. 4 years ago
Mariano Cano 28ff122f83 Add certificate requests in the templates. 4 years ago
Mariano Cano ca2fb42d68 Move options to the provisioner. 4 years ago
Mariano Cano 206bc6757a Add initial support for templates in the OIDC provisioner. 4 years ago
Mariano Cano 534a6b6c4c Add default templates for intermediate a root certificates. 4 years ago
Mariano Cano 0847af16cb Fix setter of basic constraints. 4 years ago
Mariano Cano 068bafe5a3 Add templateData to api sign request. 4 years ago
Mariano Cano 95c3a41bf0 Rename UserData to TemplateData and fix unmarshaling. 4 years ago
Mariano Cano 9f3acc254b Set the token payload in the JWK provisioner. 4 years ago
Mariano Cano 5a04e3b36d Add methods to add data to the template data. 4 years ago
Mariano Cano ef0ed0ff95 Integrate simple templates in the JWK provisioner. 4 years ago
Mariano Cano d1d9ae42d6 Use certificates x509util instead of cli for certificate signing. 4 years ago
Mariano Cano 9032018cf2 Convert x509util.WithOptions to new modifiers. 4 years ago
Mariano Cano dcb962bdde Add TemplateData alias and some comments. 4 years ago
Mariano Cano 3ba1fbd881 Use local SplitSANs. 4 years ago
Mariano Cano 6eba0e0e0e Simplify default template. 4 years ago
Mariano Cano abc0a63e32 Add wrapper around x509.CreateCertificate.
This wrapper generates some data if needed and cleans key usages
in templates.
4 years ago
Mariano Cano 3766702de9 Remove empty file. 4 years ago
Mariano Cano 208c351a39 Add sample leaf template. 4 years ago
Mariano Cano 70c0af8200 Use different options to load a template from a string or file. 4 years ago
Mariano Cano 738304bc6f Add support for SubjectalternativeName type.
Move code around and some fixes.
4 years ago
Mariano Cano 2556b57906 Add types for certificate flexibility.
This is a first implementation, not the final one.
4 years ago
Carl Tashian c1e6c0285a
Merge pull request #325 from smallstep/readme-updates
README updates, round 2
4 years ago
Carl Tashian 912e298043 Whitelist -> Allowlist per https://tools.ietf.org/id/draft-knodel-terminology-01.html 4 years ago
Carl Tashian ed89367fca Round 2 of README updates 4 years ago
Mariano Cano 51b9867c51
Merge pull request #318 from nop33/getting-started-docs-fixes
Getting Started docs fixes
4 years ago
Ilias Trichopoulos 7d5552f53e Fix service logs path 4 years ago
Ilias Trichopoulos 6d8b4a1b9a Fix service name 4 years ago
Ilias Trichopoulos 730639d2a3 Fix service user name
In `ExecStart` the user used us `smallstep` so the same user should be defined in `useradd`.
4 years ago
Carl Tashian 8875097931
Merge pull request #310 from smallstep/fix-docker-build
Fix Docker example build on Linux
4 years ago
Carl Tashian 15bbd1cf20 Remove libpcsclite-dev requirement 4 years ago
Carl Tashian d0b9538bc5 WIP readme changes 4 years ago
Carl Tashian 8b0da33e27
Merge pull request #313 from smallstep/readme-update
First stab at a README update 😱
4 years ago
Max fa8a808fc8
Merge pull request #314 from smallstep/max/rekey
A few last fixes and tests added for rekey/renew ...
4 years ago
max furman fd05f3249b A few last fixes and tests added for rekey/renew ...
- remove all `renewOrRekey`
- explicitly test difference between renew and rekey (diff pub keys)
- add back tests for renew
4 years ago
Max ea9bc493b8
Merge pull request #307 from dharanikumar-s/master
Add support for rekeying Fixes #292
4 years ago
Carl Tashian 4150ded4c1 First stab at a README update 😱 4 years ago
max furman b5699892ad Add github response to frequenty asked questions doc
- security risks of exposing the OAuth Client Secret in the output of
  `step ca provisioner list`
4 years ago
dharanikumar-s 57fb0c80cf Removed calculating SubjectKeyIdentifier on Rekey 4 years ago
dharanikumar-s dfda497929 Renamed RenewOrRekey to Rekey 4 years ago
Carl Tashian 4bde83a262 Fixes #295 4 years ago
dharanikumar-s fe73154a20 Corrected misspelling 4 years ago
dharanikumar-s a3b5211e0f gofmted the code 4 years ago
dharanikumar-s 0c21f0ae9e Added error check after GenerateDefaultKeyPair 4 years ago
dharanikumar-s 2479371c06 Added error check while marshalling public key 4 years ago
dharanikumar-s b368a53149 Modified TestAuthority_Renew to TestAuthority_RenewOrRekey 4 years ago
dharanikumar-s c8c3581e2f SubjectKeyIdentifier extention is calculated from public key passed to this function instead of copying from old certificate 4 years ago
dharanikumar-s 954fda657b Added renewOrRekey to mockAuthority. Added Test_caHandler_Rekey 4 years ago
dharanikumar-s 01a6469d25 Moved peer certificate check to the first line 4 years ago