@@ -79,24 +79,24 @@ def start(race_detection, fakeclock=None):
7979 [8012 , 'boulder-va --config %s' % os .path .join (default_config_dir , "va-remote-b.json" )],
8080 ])
8181 progs .extend ([
82- [8003 , 'boulder-sa --config %s --port 9095 --debug-port 8003' % os .path .join (default_config_dir , "sa.json" )],
83- [8103 , 'boulder-sa --config %s --port 9195 --debug-port 8103' % os .path .join (default_config_dir , "sa.json" )],
82+ [8003 , 'boulder-sa --config %s --addr : 9095 --debug-addr : 8003' % os .path .join (default_config_dir , "sa.json" )],
83+ [8103 , 'boulder-sa --config %s --addr : 9195 --debug-addr : 8103' % os .path .join (default_config_dir , "sa.json" )],
8484 [4500 , 'ct-test-srv --config test/ct-test-srv/ct-test-srv.json' ],
85- [8009 , 'boulder-publisher --config %s --port 9091 --debug-port 8009' % os .path .join (default_config_dir , "publisher.json" )],
86- [8109 , 'boulder-publisher --config %s --port 9191 --debug-port 8109' % os .path .join (default_config_dir , "publisher.json" )],
85+ [8009 , 'boulder-publisher --config %s --addr : 9091 --debug-addr : 8009' % os .path .join (default_config_dir , "publisher.json" )],
86+ [8109 , 'boulder-publisher --config %s --addr : 9191 --debug-addr : 8109' % os .path .join (default_config_dir , "publisher.json" )],
8787 [9380 , 'mail-test-srv --closeFirst 5 --cert test/mail-test-srv/localhost/cert.pem --key test/mail-test-srv/localhost/key.pem' ],
8888 [8005 , 'ocsp-responder --config %s' % os .path .join (default_config_dir , "ocsp-responder.json" )],
8989 # The gsb-test-srv needs to be started before the VA or its intial DB
9090 # update will fail and all subsequent lookups will be invalid
9191 [6000 , 'gsb-test-srv -apikey my-voice-is-my-passport' ],
9292 [8055 , 'dns-test-srv' ],
93- [8004 , 'boulder-va --config %s --port 9092 --debug-port 8004' % os .path .join (default_config_dir , "va.json" )],
94- [8104 , 'boulder-va --config %s --port 9192 --debug-port 8104' % os .path .join (default_config_dir , "va.json" )],
95- [8001 , 'boulder-ca --config %s --ca-port 9093 --ocsp-port 9096 --debug-port 8001' % os .path .join (default_config_dir , "ca.json" )],
96- [8101 , 'boulder-ca --config %s --ca-port 9193 --ocsp-port 9196 --debug-port 8101' % os .path .join (default_config_dir , "ca.json" )],
93+ [8004 , 'boulder-va --config %s --addr : 9092 --debug-addr : 8004' % os .path .join (default_config_dir , "va.json" )],
94+ [8104 , 'boulder-va --config %s --addr : 9192 --debug-addr : 8104' % os .path .join (default_config_dir , "va.json" )],
95+ [8001 , 'boulder-ca --config %s --ca-addr : 9093 --ocsp-addr : 9096 --debug-addr : 8001' % os .path .join (default_config_dir , "ca.json" )],
96+ [8101 , 'boulder-ca --config %s --ca-addr : 9193 --ocsp-addr : 9196 --debug-addr : 8101' % os .path .join (default_config_dir , "ca.json" )],
9797 [8006 , 'ocsp-updater --config %s' % os .path .join (default_config_dir , "ocsp-updater.json" )],
98- [8002 , 'boulder-ra --config %s --port 9094 --debug-port 8002' % os .path .join (default_config_dir , "ra.json" )],
99- [8102 , 'boulder-ra --config %s --port 9194 --debug-port 8102' % os .path .join (default_config_dir , "ra.json" )],
98+ [8002 , 'boulder-ra --config %s --addr : 9094 --debug-addr : 8002' % os .path .join (default_config_dir , "ra.json" )],
99+ [8102 , 'boulder-ra --config %s --addr : 9194 --debug-addr : 8102' % os .path .join (default_config_dir , "ra.json" )],
100100 [4431 , 'boulder-wfe2 --config %s' % os .path .join (default_config_dir , "wfe2.json" )],
101101 [4000 , 'boulder-wfe --config %s' % os .path .join (default_config_dir , "wfe.json" )],
102102 ])
0 commit comments