boulder/cmd/admin-revoker
Jacob Hoffman-Andrews 9da5a7e1fc Cleanup: TLS and GRPC configs are mandatory. (#3476)
Our various main.go functions gated some key code on whether the TLS
and/or GRPC config fields were present. Now that those fields are fully
deployed in production, we can simplify the code and require them.
    
Also, rename tls to tlsConfig everywhere to avoid confusion with the tls
package.
    
Avoid assigning to the same err from two different goroutines in
boulder-ca (fix a race).
2018-02-26 10:16:50 -05:00
..
main.go Cleanup: TLS and GRPC configs are mandatory. (#3476) 2018-02-26 10:16:50 -05:00
main_test.go Add empty test files for external tools so coverage is even sadder 2015-09-15 21:07:36 -07:00