From 3e61513364c8b7add5376aa2160549ed4057bdfd Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Fri, 12 Oct 2018 13:52:15 -0400 Subject: [PATCH] config, config-next: remove deprecated ocsp-updater fields (#3884) --- test/config-next/ocsp-updater.json | 18 +----------------- test/config/ocsp-updater.json | 18 +----------------- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/test/config-next/ocsp-updater.json b/test/config-next/ocsp-updater.json index a7fa36ef2..3e3b59662 100644 --- a/test/config-next/ocsp-updater.json +++ b/test/config-next/ocsp-updater.json @@ -22,10 +22,6 @@ "certFile": "test/grpc-creds/ocsp-updater.boulder/cert.pem", "keyFile": "test/grpc-creds/ocsp-updater.boulder/key.pem" }, - "publisher": { - "serverAddress": "publisher.boulder:9091", - "timeout": "10s" - }, "saService": { "serverAddress": "sa.boulder:9095", "timeout": "15s" @@ -45,18 +41,6 @@ }, "common": { - "issuerCert": "test/test-ca2.pem", - "ct": { - "logs": [ - { - "uri": "http://boulder:4500", - "key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEYggOxPnPkzKBIhTacSYoIfnSL2jPugcbUKx83vFMvk5gKAz/AGe87w20riuPwEGn229hKVbEKHFB61NIqNHC3Q==" - }, - { - "uri": "http://boulder:4501", - "key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKtnFevaXV/kB8dmhCNZHmxKVLcHX1plaAsY9LrKilhYxdmQZiu36LvAvosTsqMVqRK9a96nC8VaxAdaHUbM8EA==" - } - ] - } + "issuerCert": "test/test-ca2.pem" } } diff --git a/test/config/ocsp-updater.json b/test/config/ocsp-updater.json index c422c2769..d0902a40c 100644 --- a/test/config/ocsp-updater.json +++ b/test/config/ocsp-updater.json @@ -22,10 +22,6 @@ "certFile": "test/grpc-creds/ocsp-updater.boulder/cert.pem", "keyFile": "test/grpc-creds/ocsp-updater.boulder/key.pem" }, - "publisher": { - "serverAddresses": ["publisher.boulder:9091"], - "timeout": "10s" - }, "saService": { "serverAddresses": ["sa.boulder:9095"], "timeout": "15s" @@ -45,18 +41,6 @@ }, "common": { - "issuerCert": "test/test-ca2.pem", - "ct": { - "logs": [ - { - "uri": "http://boulder:4500", - "key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEYggOxPnPkzKBIhTacSYoIfnSL2jPugcbUKx83vFMvk5gKAz/AGe87w20riuPwEGn229hKVbEKHFB61NIqNHC3Q==" - }, - { - "uri": "http://boulder:4501", - "key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKtnFevaXV/kB8dmhCNZHmxKVLcHX1plaAsY9LrKilhYxdmQZiu36LvAvosTsqMVqRK9a96nC8VaxAdaHUbM8EA==" - } - ] - } + "issuerCert": "test/test-ca2.pem" } }