Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Use of Certificate in 3PD storage sample.

nil123
初学者
1,314 次查看

Hi ,

I want to use storage sample using Certificate.

How do i use that?

what are the steps i need to perform related to security certificate?

Thanks in Advance!

0 项奖励
1 解答
amit_kulkarni83
新分销商 I
1,314 次查看
Hi,
If I want to secure the communication for storage API what changes I need to do in code?
Thanks & Regards,
Amit.

在原帖中查看解决方案

0 项奖励
6 回复数
Andrew_S_Intel2
1,314 次查看

I just need to ask a few questions to make sure I understand what you're trying to do. First, you're using the StorageLib sample in the SDK, correct? Second, when you mention using Certificates, do you mean you want to have a secure connection to AMT (over https) for storing information in the 3PDS?

0 项奖励
nil123
初学者
1,314 次查看
Quoting - Andrew Schiestl

I just need to ask a few questions to make sure I understand what you're trying to do. First, you're using the StorageLib sample in the SDK, correct? Second, when you mention using Certificates, do you mean you want to have a secure connection to AMT (over https) for storing information in the 3PDS?

Hi Andrew,

Thanks for reply. Yes, you are right.

i want to use StorageSamples provided in SDK 3.0.2 for read/write data on AMT machine from a remote machine.

i want to use certificate while running this sample. How do i use it?

means does i need to create any certificate on AMT machine? or on any remote machine from where i want to read/write data on AMT device?

what are the steps for running the same?

0 项奖励
amit_kulkarni83
新分销商 I
1,315 次查看
Hi,
If I want to secure the communication for storage API what changes I need to do in code?
Thanks & Regards,
Amit.

0 项奖励
Sreelekshm_S_Intel
1,313 次查看
Hi,

It depends on how you have configured your AMT system - If you are in the SMB mode, you can secure the coomunication for storage API using Digest Authentication and if you are in Enterprise/TLS mode, you can use Server/Mutual authentication.

Please go through the Storage Design guide in the SDK.

Thanks,

Sree

0 项奖励
nirmalr
初学者
1,314 次查看
Hi,

It depends on how you have configured your AMT system - If you are in the SMB mode, you can secure the coomunication for storage API using Digest Authentication and if you are in Enterprise/TLS mode, you can use Server/Mutual authentication.

Please go through the Storage Design guide in the SDK.

Thanks,

Sree


Hi Sree,
we are running into issues when trying to communicate to 3PDS from the local box over TLS but successful from remote. Can you please point us to what might be the issue? We are getting network error (based on teh error code mapping in the header file). Any info will be greatly helpful.

Thanks in advance,
Nirmal R.
0 项奖励
Andrew_S_Intel2
1,314 次查看
Quoting - nirmalr

Hi Sree,
we are running into issues when trying to communicate to 3PDS from the local box over TLS but successful from remote. Can you please point us to what might be the issue? We are getting network error (based on teh error code mapping in the header file). Any info will be greatly helpful.

Thanks in advance,
Nirmal R.

Does the user that's running the program on the local box have the appropriate certificate to use TLS in that user's certificate store? I'm assuming that the remote machine that's calling 3PDS remotely does, depending on howthe machine was provisioned it should be there.

Andy
0 项奖励
回复