certificates/authority
max furman cb594ed2e0 go mod tidy and golang 1.15.0 cleanup ...
- cs.NegotiatedProtocolIsMutual has been deprecated but we still build
in travis with 1.14 so for now we'll ignore this linting error
- string(int) was resolving to string of a single rune rather than
string of digits -> use fmt.Sprint
2020-08-17 13:48:37 -07:00
..
provisioner Merge branch 'master' into cert-templates 2020-08-14 10:45:41 -07:00
testdata Add test case for error executing template. 2020-06-16 18:21:44 -07:00
authority.go Fix ssh federated template variables. 2020-06-23 11:14:26 -07:00
authority_test.go Rename provisioner options structs: 2020-07-22 18:24:45 -07:00
authorize.go Fix return sign options on ssh sign. 2020-01-29 11:58:47 -08:00
authorize_test.go Rename provisioner options structs: 2020-07-22 18:24:45 -07:00
config.go Initialize the required config fields on embedded authorities. 2020-05-06 13:00:42 -07:00
config_test.go Remove test that is no longer implemented by the method. 2020-01-28 13:29:40 -08:00
options.go Create a method to initialize the authority without a config file. 2020-05-04 18:52:18 -07:00
provisioners.go Simplify statuscoder error generators. 2020-01-28 13:29:40 -08:00
provisioners_test.go Remove all references to old apiError. 2020-01-28 13:29:40 -08:00
root.go Simplify statuscoder error generators. 2020-01-28 13:29:40 -08:00
root_test.go Simplify statuscoder error generators. 2020-01-28 13:29:40 -08:00
ssh.go Rename provisioner options structs: 2020-07-22 18:24:45 -07:00
ssh_test.go Rename provisioner options structs: 2020-07-22 18:24:45 -07:00
tls.go go mod tidy and golang 1.15.0 cleanup ... 2020-08-17 13:48:37 -07:00
tls_test.go go mod tidy and golang 1.15.0 cleanup ... 2020-08-17 13:48:37 -07:00
types.go Move Duration to a new file and move tests to provisioner package. 2019-03-11 14:54:25 -07:00
types_test.go Move Duration to a new file and move tests to provisioner package. 2019-03-11 14:54:25 -07:00
version.go Add missing version.go file. 2020-01-28 13:28:17 -08:00