config, config-next: remove deprecated ocsp-updater fields (#3884)
This commit is contained in:
parent
8caecd075a
commit
3e61513364
|
|
@ -22,10 +22,6 @@
|
||||||
"certFile": "test/grpc-creds/ocsp-updater.boulder/cert.pem",
|
"certFile": "test/grpc-creds/ocsp-updater.boulder/cert.pem",
|
||||||
"keyFile": "test/grpc-creds/ocsp-updater.boulder/key.pem"
|
"keyFile": "test/grpc-creds/ocsp-updater.boulder/key.pem"
|
||||||
},
|
},
|
||||||
"publisher": {
|
|
||||||
"serverAddress": "publisher.boulder:9091",
|
|
||||||
"timeout": "10s"
|
|
||||||
},
|
|
||||||
"saService": {
|
"saService": {
|
||||||
"serverAddress": "sa.boulder:9095",
|
"serverAddress": "sa.boulder:9095",
|
||||||
"timeout": "15s"
|
"timeout": "15s"
|
||||||
|
|
@ -45,18 +41,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"common": {
|
"common": {
|
||||||
"issuerCert": "test/test-ca2.pem",
|
"issuerCert": "test/test-ca2.pem"
|
||||||
"ct": {
|
|
||||||
"logs": [
|
|
||||||
{
|
|
||||||
"uri": "http://boulder:4500",
|
|
||||||
"key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEYggOxPnPkzKBIhTacSYoIfnSL2jPugcbUKx83vFMvk5gKAz/AGe87w20riuPwEGn229hKVbEKHFB61NIqNHC3Q=="
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"uri": "http://boulder:4501",
|
|
||||||
"key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKtnFevaXV/kB8dmhCNZHmxKVLcHX1plaAsY9LrKilhYxdmQZiu36LvAvosTsqMVqRK9a96nC8VaxAdaHUbM8EA=="
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,6 @@
|
||||||
"certFile": "test/grpc-creds/ocsp-updater.boulder/cert.pem",
|
"certFile": "test/grpc-creds/ocsp-updater.boulder/cert.pem",
|
||||||
"keyFile": "test/grpc-creds/ocsp-updater.boulder/key.pem"
|
"keyFile": "test/grpc-creds/ocsp-updater.boulder/key.pem"
|
||||||
},
|
},
|
||||||
"publisher": {
|
|
||||||
"serverAddresses": ["publisher.boulder:9091"],
|
|
||||||
"timeout": "10s"
|
|
||||||
},
|
|
||||||
"saService": {
|
"saService": {
|
||||||
"serverAddresses": ["sa.boulder:9095"],
|
"serverAddresses": ["sa.boulder:9095"],
|
||||||
"timeout": "15s"
|
"timeout": "15s"
|
||||||
|
|
@ -45,18 +41,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"common": {
|
"common": {
|
||||||
"issuerCert": "test/test-ca2.pem",
|
"issuerCert": "test/test-ca2.pem"
|
||||||
"ct": {
|
|
||||||
"logs": [
|
|
||||||
{
|
|
||||||
"uri": "http://boulder:4500",
|
|
||||||
"key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEYggOxPnPkzKBIhTacSYoIfnSL2jPugcbUKx83vFMvk5gKAz/AGe87w20riuPwEGn229hKVbEKHFB61NIqNHC3Q=="
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"uri": "http://boulder:4501",
|
|
||||||
"key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKtnFevaXV/kB8dmhCNZHmxKVLcHX1plaAsY9LrKilhYxdmQZiu36LvAvosTsqMVqRK9a96nC8VaxAdaHUbM8EA=="
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue