You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-certificates/authority/provisioner
Oleksandr Kovalchuk 503c9f6101
Add config option to force CN
Add configuration option `forceCN` to ACME provisioner. When this option
is set to `true`, provisioner should generate Subject.CommonName for
certificate if it was not present in the request. Default value of
`false` should keep the existing behavior (do not modify CSR and
certificate).

Ref: https://github.com/smallstep/certificates/issues/259
4 years ago
..
testdata Introduce generalized statusCoder errors and loads of ssh unit tests. 4 years ago
acme.go Add config option to force CN 4 years ago
acme_test.go Introduce generalized statusCoder errors and loads of ssh unit tests. 4 years ago
aws.go Allow to use custom principals on cloud provisioners. 4 years ago
aws_test.go Allow to use custom principals on cloud provisioners. 4 years ago
azure.go Add support for OIDC multitoken tenants for azure. 4 years ago
azure_test.go Allow to use custom principals on cloud provisioners. 4 years ago
claims.go Add support for backdate to SSH certificates. 4 years ago
claims_test.go Add support for backdate to SSH certificates. 4 years ago
collection.go Introduce generalized statusCoder errors and loads of ssh unit tests. 4 years ago
collection_test.go Add kubernetes service account provisioner 5 years ago
duration.go Fix spelling errors. 5 years ago
duration_test.go Add NewDuration constructor. 5 years ago
gcp.go Allow to use custom principals on cloud provisioners. 4 years ago
gcp_test.go Allow to use custom principals on cloud provisioners. 4 years ago
jwk.go Simplify statuscoder error generators. 4 years ago
jwk_test.go Simplify statuscoder error generators. 4 years ago
k8sSA.go Simplify statuscoder error generators. 4 years ago
k8sSA_test.go Simplify statuscoder error generators. 4 years ago
keystore.go Simplify abs, it performs even better. 5 years ago
keystore_test.go Fix panic when max-age is set to zero. 5 years ago
method.go Introduce generalized statusCoder errors and loads of ssh unit tests. 4 years ago
noop.go sshpop provisioner + ssh renew | revoke | rekey first pass 4 years ago
noop_test.go Simplify statuscoder error generators. 4 years ago
oidc.go Add support for OIDC multitoken tenants for azure. 4 years ago
oidc_test.go Add support for OIDC multitoken tenants for azure. 4 years ago
provisioner.go Add context parameter to all SSH methods. 4 years ago
provisioner_test.go Add context to tests. 4 years ago
sign_options.go Remove the requirement for CSR to have a common name. 4 years ago
sign_options_test.go Fix unit tests. 4 years ago
sign_ssh_options.go Add backdate validation to sshCertValidityValidator. 4 years ago
sign_ssh_options_test.go Add backdate validation to sshCertValidityValidator. 4 years ago
ssh_test.go Add backdate validation to sshCertValidityValidator. 4 years ago
sshpop.go Simplify statuscoder error generators. 4 years ago
sshpop_test.go Simplify statuscoder error generators. 4 years ago
timeduration.go Add Unix method to TimeDuration. 5 years ago
timeduration_test.go wip 5 years ago
utils_test.go Add support for OIDC multitoken tenants for azure. 4 years ago
x5c.go Simplify statuscoder error generators. 4 years ago
x5c_test.go Simplify statuscoder error generators. 4 years ago