File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
keylime-push-model-agent/src Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -181,22 +181,6 @@ fn create_registrar_tls_config<T: PushModelConfigTrait>(
181181}
182182
183183async fn run ( args : & Args ) -> Result < ( ) > {
184- match args. verifier_url {
185- Some ( ref url) if url. is_empty ( ) => {
186- info ! ( "Verifier URL: {url}" ) ;
187- }
188- _ => { }
189- } ;
190- info ! ( "Registrar URL: {}" , args. registrar_url) ;
191- debug ! ( "Timeout: {}" , args. timeout) ;
192- debug ! ( "CA certificate file: {}" , args. ca_certificate) ;
193- debug ! (
194- "Method: {}" ,
195- args. method. clone( ) . unwrap_or( DEFAULT_METHOD . to_string( ) )
196- ) ;
197- debug ! ( "Certificate file: {}" , args. certificate) ;
198- debug ! ( "Key file: {}" , args. key) ;
199- debug ! ( "Insecure: {}" , args. insecure. unwrap_or( false ) ) ;
200184 let config = keylime:: config:: get_config ( ) ;
201185
202186 // Warn if insecure TLS settings are enabled
You can’t perform that action at this time.
0 commit comments