Commit Graph

20 Commits (80542d6d9a827d50d44e594cbe08b389923bbf78)

Author SHA1 Message Date
Mariano Cano ce3e6bfdf6 Fix linting errors. 4 years ago
Mariano Cano 96de4e6ec8 Return a non-implemented error in stepcas.RenewCertificate. 4 years ago
Mariano Cano bcf70206ac Add support for revocation using an extra provisioner in the RA. 4 years ago
Mariano Cano a6115e29c2 Add initial implementation of StepCAS.
StepCAS allows to configure step-ca as an RA using another step-ca
as the main CA.
4 years ago
Miclain K Keffeler 7a1eb43bb1
Update options.go 4 years ago
Miclain Keffeler 7545b4a625 leverage intermediate_ca.crt for appending certs. 4 years ago
Mariano Cano a97fab4119 Fix mispell. 4 years ago
Mariano Cano 4f9200cc47 Add missing docs. 4 years ago
Mariano Cano 2b4b902975 Add initial support for `step ca init` with cloud cas.
Fixes smallstep/cli#363
4 years ago
Mariano Cano 9f21813dd6 Rename option. 4 years ago
Mariano Cano 8381e9bd17 Fix typos. 4 years ago
Mariano Cano 38fa780775 Add interface to get root certificate from CAS.
This change makes easier the configuration of cloudCAS as it does
not require to configure the root or intermediate certificate
in the ca.json. CloudCAS will get the root certificate using
the configured certificateAuthority.
4 years ago
Mariano Cano fa099f2ae2 Change method name. 4 years ago
Mariano Cano 91aa1e87f1 Do not use go 1.15 methods. 4 years ago
Mariano Cano 8957e5e5a2 Add missing tests 4 years ago
Mariano Cano 01e6495f43 Add most of cloudcas unit tests and minor fixes. 4 years ago
Mariano Cano 8eff4e77a8 Comment request structs. 4 years ago
Mariano Cano aad8f9e582 Pass issuer and signer to softCAS options.
Remove commented code and initialize CAS properly.
Minor fixes in CloudCAS.
4 years ago
Mariano Cano c8d9cb0a1d Complete cloudcas using CAS v1beta1. 4 years ago
Mariano Cano 1b1f73dec6 Early attempt to develop a CAS interface. 4 years ago