open-amt-cloud-toolkit / enterprise-assistant

Apache License 2.0
0 stars 2 forks source link

Using EA to request a certificate from CA on behalf of AMT for TLS mode is successful, but the logging is confusing. #17

Open mtpham-1 opened 6 months ago

mtpham-1 commented 6 months ago

Describe the bug πŸͺ²

Running RPC local and leveraging EA to request a TLS certificate works, but when EA logs the transaction, it says "802.1x eap-tls request". This can be very confusing to customers.

To Reproduce πŸͺœ Steps to reproduce the behavior:

  1. Go to 'EA' to setup the details for TLS mode configuration
  2. From the vPro system, run command. This is example of Minh's command = rpc2.29.exe configure tls -mode Server -password P@ssw0rd -eaAddress "http://10.0.0.61:8000/" -eaUsername admin -eaPassword P@ssw0rd -v
  3. Go to EA > Console and view logging
  4. There is a line that say "802.1x eap-ls request". See screenshot attached.

Expected behavior Recommend changing this log to say something generic like "Certificate Request."

Screenshots πŸ–ΌοΈ image

AMT Device (please complete the following information): πŸ–₯️

Service Deployment (please complete the following information): β›ˆοΈ

mtpham-1 commented 6 months ago

I forgot to mention, this configuration is for enterprise TLS mode, not 802.1x config, that is why it will be confusing to the customer. Change it to read a generic term like "Certificate Request."