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
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
..
provisioner Add config option to force CN 4 years ago
testdata Do not enable by default ForwardAgent. 5 years ago
authority.go Initialize the required config fields on embedded authorities. 4 years ago
authority_test.go Initialize the required config fields on embedded authorities. 4 years ago
authorize.go Fix return sign options on ssh sign. 5 years ago
authorize_test.go Simplify statuscoder error generators. 5 years ago
config.go Initialize the required config fields on embedded authorities. 4 years ago
config_test.go Remove test that is no longer implemented by the method. 5 years ago
options.go Create a method to initialize the authority without a config file. 4 years ago
provisioners.go Simplify statuscoder error generators. 5 years ago
provisioners_test.go Remove all references to old apiError. 5 years ago
root.go Simplify statuscoder error generators. 5 years ago
root_test.go Simplify statuscoder error generators. 5 years ago
ssh.go Add support for user provisioner certificates on OIDC provisioners. 4 years ago
ssh_test.go Add new extra test case. 4 years ago
tls.go Rename interface to CertificateEnforcer and add tests. 5 years ago
tls_test.go Rename interface to CertificateEnforcer and add tests. 5 years ago
types.go Move Duration to a new file and move tests to provisioner package. 6 years ago
types_test.go Move Duration to a new file and move tests to provisioner package. 6 years ago
version.go Add missing version.go file. 5 years ago