certificates/ca
Mariano Cano 0c3a1aea38
Wait for Accept in TestBootstrapClientServerRotation
The TestBootstrapClientServerRotation often fails because the reload
returns once the Server loop gets the new listener, but the server
hasn't really started yet. This commit makes the test pass, adding a
small sleep after the reload.

A proper fix might require a wrapper over the listener and an ACK
callback on a sync.Once on a custom Accept.
2023-07-19 14:56:09 -07:00
..
identity address linter warning for go 1.19 2023-05-09 23:47:28 -07:00
testdata Improve SCEP provisioner marshaling 2022-12-13 09:33:31 +01:00
acmeClient.go more linting fixes 2022-09-20 19:05:12 -07:00
acmeClient_test.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
adminClient.go address linter warning for go 1.19 2023-05-09 23:47:28 -07:00
bootstrap.go Fix and/or ignore linting issues 2022-12-21 16:02:26 +01:00
bootstrap_test.go Wait for Accept in TestBootstrapClientServerRotation 2023-07-19 14:56:09 -07:00
ca.go Use CRLConfig.IsEnabled 2023-05-02 15:17:50 +02:00
ca_test.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
client.go Fix and/or ignore linting issues 2022-12-21 16:02:26 +01:00
client_test.go address linter warning for go 1.19 2023-05-09 23:47:28 -07:00
mutable_tls_config.go Fix a couple of race conditions in the renewal of certificates. 2020-01-28 13:29:40 -08:00
provisioner.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
provisioner_test.go Normalize IPv6 hostname addresses 2022-01-19 17:14:45 +01:00
renew.go address linter warning for go 1.19 2023-05-09 23:47:28 -07:00
signal.go Add x5c provisioner capabilities 2019-10-14 14:51:37 -07:00
tls.go Fix and/or ignore linting issues 2022-12-21 16:02:26 +01:00
tls_options.go Avoid doing unauthenticated requests on the SDK 2021-12-14 14:42:38 -08:00
tls_options_test.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
tls_test.go chore: log error 2023-07-08 17:20:18 +08:00